UNPKG

unified-video-framework

Version:

Cross-platform video player framework supporting iOS, Android, Web, Smart TVs (Samsung/LG), Roku, and more

18 lines (13 loc) 438 B
// Type definitions for unified-video-framework declare module 'unified-video-framework' { export * from './packages/core/dist'; } declare module 'unified-video-framework/web' { export * from './packages/web/dist'; } declare module 'unified-video-framework/core' { export * from './packages/core/dist'; } declare module 'unified-video-framework/react-native' { export * from './packages/react-native/dist'; }