UNPKG

custom-react-player

Version:
3 lines (2 loc) 216 B
import { PlayerProps } from '../types'; export declare function Player({ autoplay, height, src, videoType, width, bottomControls, midControls, topControls, }: PlayerProps): import("react/jsx-runtime").JSX.Element;