UNPKG

react-native-theoplayer

Version:

A THEOplayer video component for react-native.

20 lines (19 loc) 293 B
/** * Describes the UI related configuration of the player. * * @category UI * @public */ export interface UIConfiguration { /** * The language which is used for localization. * * @example * ``` * ui: { * language: 'es', * } * ``` */ language?: string; }