UNPKG

@guestbell/react-page-plugins

Version:

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

5 lines (4 loc) 170 B
import { VideoProps } from './component'; export interface VideoHtmlRendererExtraProps { } export type VideoHtmlRendererProps = VideoProps & VideoHtmlRendererExtraProps;