UNPKG

react-native-theoplayer

Version:

A THEOplayer video component for react-native.

13 lines (11 loc) 329 B
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; }