UNPKG

storie-component

Version:

A component for ReactJS to display stories

7 lines (6 loc) 205 B
export declare const VideoComponent: ({ content, fullscreen, isPlay, muted }: { content: string; fullscreen?: boolean; isPlay?: boolean; muted?: boolean; }) => import("react").JSX.Element;