UNPKG

next

Version:

The React Framework

6 lines (5 loc) 325 B
export declare const defaultJsFileExtensions: string[]; export declare function isNextBuiltinClientComponent(resourcePath: string): boolean; export declare function buildExports(moduleExports: any, isESM: boolean): string; export declare const clientComponentRegex: RegExp; export declare const serverComponentRegex: RegExp;