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.

5 lines (4 loc) 285 B
import type { NextApiRequest, NextApiResponse } from 'next'; export declare function GET(request: Request): Promise<Response>; export declare function POST(request: Request): Promise<Response>; export default function handler(req: NextApiRequest, res: NextApiResponse): Promise<void>;