- Preparing search index...
- The search index is not available
@fold-dev/core
- Video(props): ReactElement<any, string | JSXElementConstructor<any>>
-
Parameters
-
props: {
autoPlay?: boolean;
controls?: boolean;
errorContent?: ReactNode;
loader?: boolean;
muted?: boolean;
objectFit?: "contain" | "cover" | "fill";
objectPosition?: string;
poster?: string;
srcs: VideoSource[];
videoProps?: any;
} & AriaAttributes & CommonProps & ShorthandProps & DOMAttributes<any> & RefAttributes<unknown>
Returns ReactElement<any, string | JSXElementConstructor<any>>
NOTE: Exotic components are not callable.