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.

8 lines 417 B
import type { WistiaContainerHTMLElement } from '../types/player-api-types.ts'; /** * Get all API embed container elements. That's anything matching div/span.wistia_embed. * @param {string} [klass='wistia_embed'] - The class name to match on * @returns {HTMLElement[]} */ export declare const getAllApiEmbedElements: (klass?: string) => WistiaContainerHTMLElement[]; //# sourceMappingURL=getEmbedElements.d.ts.map