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.

10 lines 297 B
export type Authorization = { jwt: string; }; export type FullscreenState = { heightBeforeFullscreen: string | undefined; inFullscreen: boolean | undefined; nativeFullscreen: boolean | undefined; widthBeforeFullscreen: string | undefined; }; //# sourceMappingURL=types.d.ts.map