UNPKG

next

Version:

The React Framework

6 lines (5 loc) 490 B
import type { webpack } from 'next/dist/compiled/webpack/webpack'; import type { ConfigurationContext } from '../../utils'; export declare const regexLikeCss: RegExp; export declare function lazyPostCSS(rootDirectory: string, supportedBrowsers: string[] | undefined, disablePostcssPresetEnv: boolean | undefined, useLightningcss: boolean | undefined): Promise<any>; export declare const css: (ctx: ConfigurationContext) => (config: webpack.Configuration) => Promise<webpack.Configuration>;