5 lines
284 B
TypeScript
5 lines
284 B
TypeScript
|
/// <reference types="lodash" />
|
||
|
import type { webpack } from 'next/dist/compiled/webpack/webpack';
|
||
|
import type { ConfigurationContext } from '../utils';
|
||
|
export declare const base: import("lodash").CurriedFunction2<ConfigurationContext, webpack.Configuration, webpack.Configuration>;
|