UNPKG

@ebay/ui-core-react

Version:

Skin components build off React

9 lines 289 B
export type VideoAction = "play" | "pause"; export type VideoPlayView = "inline" | "fullscreen"; export type VideoSourceType = "dash" | "hls"; export type VideoSource = { src: string; type?: VideoSourceType; }; export type Player = shaka.Player; //# sourceMappingURL=types.d.ts.map