UNPKG

next

Version:

The React Framework

6 lines (5 loc) 328 B
/// <reference types="lodash" /> import { webpack } from 'next/dist/compiled/webpack/webpack'; import { ConfigurationContext } from '../../utils'; export declare const regexLikeCss: RegExp; export declare const css: import("lodash").CurriedFunction2<ConfigurationContext, webpack.Configuration, Promise<webpack.Configuration>>;