UNPKG

react-native-theoplayer

Version:

A THEOplayer video component for react-native.

14 lines 281 B
/** * Describes the metadata of a source. * * @category Source * @public */ export interface MetadataDescription { [metadataKey: string]: any; /** * The title of the content. */ readonly title?: string; } //# sourceMappingURL=MetadataDescription.d.ts.map