UNPKG

@guestbell/react-page-plugins

Version:

Plugins we use in GuestBell for working with amazing react-page package

5 lines (4 loc) 159 B
import * as React from 'react'; import { VideoControlsProps } from '../types/controls'; declare const Form: React.FC<VideoControlsProps>; export default Form;