@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 • 389 B
TypeScript
type SpeedDemonKeyType = 'carousel' | 'channel';
export declare const speedDemonKey: (hashedId: string, type?: SpeedDemonKeyType) => string;
export declare const speedDemonScripts: (hashedId: string) => HTMLScriptElement[] | undefined;
export declare const speedDemonScriptExists: (hashedId: string, type?: SpeedDemonKeyType) => boolean;
export {};
//# sourceMappingURL=speedDemon.d.ts.map