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 311 B
import type { WistiaPlayer } from '@wistia/wistia-player'; import type { WistiaPlayerProps } from '../types/index.ts'; export declare const WistiaPlayerWrapper: React.ForwardRefExoticComponent<Omit<WistiaPlayerProps, "ref"> & React.RefAttributes<WistiaPlayer>>; //# sourceMappingURL=WistiaPlayerWrapper.d.ts.map