UNPKG

@aidenlx/player

Version:

Headless web components that make integrating media on the a web a breeze.

6 lines 226 B
import type Hls from 'hls.js'; export declare type HlsConstructor = typeof Hls; export declare type DynamicHlsConstructorImport = () => Promise<{ default: HlsConstructor; } | undefined>; //# sourceMappingURL=types.d.ts.map