UNPKG

unified-video-framework

Version:

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

9 lines 791 B
export * from '../../core/dist/index'; export { WebPlayer } from './WebPlayer'; export { WebPlayerView } from './react/WebPlayerView'; export { PortraitPlayerView } from './react/PortraitPlayerView'; export type { PortraitPlayerViewProps, PortraitVideoItem, PortraitPlayerAPI } from './react/types/PortraitTypes'; export * from './react/EPG'; export type { FlashNewsTickerConfig, FlashNewsTickerItem, FlashNewsTickerAPI, TickerDisplayConfig, TickerStyleVariant, TickerLayoutStyle, BroadcastTheme, BroadcastStyleConfig, IntroAnimationType, ItemTransitionType, TwoLineDisplayConfig, TopLineConfig, BottomLineConfig, DecorativeShapesConfig, SeparatorType, ItemCyclingConfig } from './react/types/FlashNewsTickerTypes'; export declare const VERSION = "1.0.0"; //# sourceMappingURL=index.d.ts.map