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.

9 lines (8 loc) 267 B
import type { VideoConfig } from '../../config.js'; export default function updateNextConfigFile(parentDir?: string, videoConfig?: VideoConfig): Promise<{ type: "commonjs"; configPath: string; } | { type: "module"; configPath: string; } | undefined>;