UNPKG

dbl-components

Version:

Framework based on bootstrap 5

23 lines (22 loc) 475 B
export default class Video extends Component { static propTypes: { autoPlay: any; controls: any; height: any; loop: any; muted: any; playsInline: any; poster: any; preload: any; src: any; width: any; _props: any; active: any; children: any; classes: any; name: any; style: any; tag: any; }; } import Component from "../component";