react-native-video/dom/types.js

11 lines
153 B
JavaScript
Raw Normal View History

// @flow
export type VideoSource = {
uri: string,
type: string,
mainVer: number,
patchVer: number,
isNetwork: boolean,
isAsset: boolean,
};