UNPKG

next

Version:

The React Framework

13 lines (12 loc) 416 B
import type { webpack } from 'next/dist/compiled/webpack/webpack'; type Compiler = webpack.Compiler; type WebpackPluginInstance = webpack.WebpackPluginInstance; export declare class NextJsRequireCacheHotReloader implements WebpackPluginInstance { prevAssets: any; serverComponents: boolean; constructor(opts: { serverComponents: boolean; }); apply(compiler: Compiler): void; } export {};