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.

4 lines (3 loc) 211 B
import type { Asset } from '../assets.js'; import type { HandlerConfig } from '../video-handler.js'; export declare function uploadRequestedFile(asset: Asset, config: HandlerConfig): Promise<Asset | undefined>;