UNPKG

@tplc/business

Version:

16 lines (14 loc) 381 B
import { LcbBlockProps } from '../../components/lcb-block/types' export interface LcbVideoProps extends LcbBlockProps { // Define the component's prop types here src?: string loop?: boolean muted?: boolean autoplay?: boolean showProgress?: boolean marginTop?: number marginBottom?: number marginHorizontal?: number videoHeight?: number videoWidth?: number }