UNPKG

next

Version:

The React Framework

7 lines (6 loc) 248 B
import type webpack from 'webpack'; export type InvalidImportLoaderOpts = { message: string; }; declare const nextInvalidImportErrorLoader: webpack.LoaderDefinitionFunction<InvalidImportLoaderOpts>; export default nextInvalidImportErrorLoader;