UNPKG

@guestbell/react-page-plugins

Version:

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

7 lines (6 loc) 223 B
import { VideoTypeEnum } from './enum/VideoTypeEnum'; export interface VideoApi { changeEmbeddedSrc: (src: string) => void; changeUploadedSrc: (src: string) => void; changeType: (type: VideoTypeEnum) => void; }