UNPKG

vnetwork-player

Version:

A React component custom player support video m3u8, mp4

5 lines (4 loc) 338 B
export declare const getFullscreenElement: (doc?: Document) => Element | null; export declare const toggleFullscreen: (element: HTMLElement) => Promise<void>; export declare const togglePictureInPicture: (videoElement: HTMLVideoElement) => void; export declare const addFullscreenChangeListener: (listener: () => void) => () => void;