securityos/node_modules/next/dist/build/webpack/loaders/error-loader.d.ts

4 lines
156 B
TypeScript

import type { webpack } from 'next/dist/compiled/webpack/webpack';
declare const ErrorLoader: webpack.LoaderDefinitionFunction;
export default ErrorLoader;