Function Video

  • NOTE: Exotic components are not callable.

    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>>

Generated using TypeDoc