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.

3 lines (2 loc) 136 B
import type { VideoConfig } from './config.js'; export declare function withNextVideo(nextConfig: any, videoConfig?: VideoConfig): any;