@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.
6 lines • 471 B
TypeScript
import type { WistiaPlayer as WistiaPlayerWC } from '@wistia/wistia-player';
import type { WistiaPlayerProps as WistiaPlayerPropsType } from '../types/index.ts';
export type WistiaPlayerElement = WistiaPlayerWC;
export type WistiaPlayerProps = WistiaPlayerPropsType;
export declare const WistiaPlayer: import("react").ForwardRefExoticComponent<Omit<WistiaPlayerPropsType, "ref"> & import("react").RefAttributes<WistiaPlayerWC>>;
//# sourceMappingURL=WistiaPlayer.d.ts.map