UNPKG

react-native-theoplayer

Version:

A THEOplayer video component for react-native.

12 lines (11 loc) 200 B
/** * An error that is thrown by THEOplayer. * * @category Errors * @category Player * @public */ export interface PlayerError { readonly errorCode: string; readonly errorMessage: string; }