UNPKG

@mindfiredigital/page-builder

Version:
7 lines (6 loc) 227 B
export declare class VideoComponent { private captureStateHandler; constructor(captureStateHandler: () => void); create(src?: string | null): HTMLElement; handleFileChange(event: Event, container: HTMLElement): void; }