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) 173 B
export declare function updateTSConfigFileContent(tsContents: string): string; export declare function checkPackageJsonForNextVideo(packagePath?: string): Promise<boolean>;