UNPKG

vroom-react

Version:
7 lines (6 loc) 171 B
export interface VideoPlayerProps { srcobject: any; addstyle: any; cssclass: any; } export declare function VideoPlayer(props: VideoPlayerProps): JSX.Element;