UNPKG

@wistia/wistia-player

Version:

An embeddable wistia-player web component and React wrapper to add responsive, lightweight, and SEO-friendly videos to your site.

6 lines 235 B
export type DynamicImportOptions = { host?: string; mediaData?: boolean; }; export declare const dynamicImport: (filePath: string, options?: DynamicImportOptions) => Promise<unknown>; //# sourceMappingURL=dynamicImport.d.ts.map