UNPKG

react-native-vimeo-bridge

Version:

🎥 Easy-to-use Vimeo player for React Native with cross-platform support

10 lines • 207 B
export interface CommandResult<T = any> { type: 'commandResult'; data: T; id: string; } export interface ReadyResult { type: 'onReady'; data: null; } //# sourceMappingURL=message.d.ts.map