UNPKG

media-chrome

Version:

Custom elements (web components) for making audio and video player controls that look great in your website or app.

7 lines (6 loc) 303 B
export declare const isServer: boolean; export declare const GlobalThis: typeof globalThis; export declare const Document: typeof globalThis['document'] & Partial<{ webkitExitFullscreen: typeof globalThis['document']['exitFullscreen']; }>; export { GlobalThis as globalThis, Document as document };