UNPKG

@guestbell/react-page-plugins

Version:

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

5 lines (4 loc) 255 B
import { VideoState } from './state'; import { VideoSettings } from './settings'; import { CellPluginComponentProps } from '@react-page/editor'; export type VideoProps = CellPluginComponentProps<VideoState> & Omit<VideoSettings, 'Renderer' | 'Controls'>;