react-native-theoplayer
Version:
A THEOplayer video component for react-native.
12 lines • 372 B
TypeScript
import { SourceIntegrationId, TypedSource } from 'react-native-theoplayer';
/**
* Represents a source for the THEOlive integration.
*
* @category Source
* @public
* @deprecated use {@link TypedSource.type} instead.
*/
export interface TheoLiveSource extends TypedSource {
integration: SourceIntegrationId.THEO_LIVE;
}
//# sourceMappingURL=TheoLiveSource.d.ts.map