UNPKG

next-video

Version:

A React component for adding video to your Next.js application. It extends both the video element and your Next app with features for automatic video optimization.

7 lines (6 loc) 183 B
interface AlertProps { status?: string; hidden?: boolean; } export declare function Alert({ status, hidden }: AlertProps): import("react/jsx-runtime").JSX.Element; export {};