UNPKG

bitmovin-player-react-native

Version:

Official React Native bindings for Bitmovin's mobile Player SDKs.

5 lines 173 B
/** @internal */ export interface CustomMessageSender { sendMessage(message: string, data: string | undefined): void; } //# sourceMappingURL=custommessagesender.d.ts.map