UNPKG

denwa-web-shared

Version:

A shared library for Next.js App Router projects containing reusable components, hooks, schemas, and utilities.

3 lines (2 loc) 120 B
import { FC, VideoHTMLAttributes } from 'react'; export declare const Video: FC<VideoHTMLAttributes<HTMLVideoElement>>;