UNPKG

next

Version:

The React Framework

4 lines (3 loc) 151 B
import type { NextConfig } from './config'; import type zod from 'next/dist/compiled/zod'; export declare const configSchema: zod.ZodType<NextConfig>;