react-native-theoplayer
Version:
A THEOplayer video component for react-native.
20 lines • 360 B
TypeScript
/**
* 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;
}
//# sourceMappingURL=UIConfiguration.d.ts.map