UNPKG

@tplc/business

Version:

12 lines (11 loc) 248 B
export interface LcbVideoProps { // Define the component's prop types here src?: string loop?: boolean muted?: boolean autoplay?: boolean showProgress?: boolean marginTop?: number marginBottom?: number marginHorizontal?: number }