Video
import { Video } from '@lobehub/ui';import { Video } from '@lobehub/ui';| Name | Description | Type | Default | 
|---|---|---|---|
| autoplay | -- | boolean | -- | 
| borderless | -- | boolean | -- | 
| classNames | -- | {video?:string;wrapper?:string} | -- | 
| height | -- | number|string | -- | 
| isLoading | -- | boolean | -- | 
| loop | -- | boolean | -- | 
| minSize | -- | number|string | -- | 
| muted | -- | any | -- | 
| onload | -- | any | -- | 
| poster | -- | string | -- | 
| preload | -- | any | -- | 
| preview | -- | boolean | -- | 
| size | -- | number|string | -- | 
| src | -- | string | (required) | 
| width | -- | number|string | -- |