Files
old-kitabcitab-frontend/kitabcitab/node_modules/next/dist/build/webpack/config/helpers.d.ts
2022-12-27 12:05:56 +01:00

6 lines
505 B
TypeScript

/// <reference types="lodash" />
import { webpack } from 'next/dist/compiled/webpack/webpack';
export declare const loader: import("lodash").CurriedFunction2<webpack.RuleSetRule, webpack.Configuration, webpack.Configuration>;
export declare const unshiftLoader: import("lodash").CurriedFunction2<webpack.RuleSetRule, webpack.Configuration, webpack.Configuration>;
export declare const plugin: import("lodash").CurriedFunction2<webpack.WebpackPluginInstance, webpack.Configuration, webpack.Configuration>;