4 lines
151 B
Plaintext
4 lines
151 B
Plaintext
import { webpack } from 'next/dist/compiled/webpack/webpack';
|
|
declare const ErrorLoader: webpack.LoaderDefinitionFunction;
|
|
export default ErrorLoader;
|