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.

11 lines 300 B
/** * Periodically checks the Wistia queue and executes the functions in it * @returns {void} */ export declare const maybeStartWistiaQueue: () => void; /** * Stops the Wistia queue * @returns {void} */ export declare const stopWistiaQueue: () => void; //# sourceMappingURL=wistiaQueue.d.ts.map