UNPKG

@wistia/wistia-player-react

Version:

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

4 lines 331 B
import type { WistiaPlayer } from '@wistia/wistia-player'; import type { WistiaPlayerProps } from '../types/index.ts'; export declare const WistiaPlayerWrapper: import("react").ForwardRefExoticComponent<Omit<WistiaPlayerProps, "ref"> & import("react").RefAttributes<WistiaPlayer>>; //# sourceMappingURL=WistiaPlayerWrapper.d.ts.map