UNPKG

react-native-theoplayer

Version:

A THEOplayer video component for react-native.

15 lines (13 loc) 223 B
/** * Describes the metadata of a source. * * @category Source * @public */ export interface MetadataDescription { [metadataKey: string]: any; /** * The title of the content. */ readonly title?: string; }