UNPKG

@tplc/business

Version:

14 lines (13 loc) 336 B
import { LcbBlockProps } from '../../components/lcb-block/types' export interface LcbVideoProps extends LcbBlockProps { src?: string loop?: boolean muted?: boolean autoplay?: boolean showProgress?: boolean marginTop?: number marginBottom?: number marginHorizontal?: number videoHeight?: number videoWidth?: number }