/opt/canhelp/node_modules/next/dist/build/webpack/config/blocks/css
Edit: /opt/canhelp/node_modules/next/dist/build/webpack/config/blocks/css/index.d.ts (504B)
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
;
export declare const css: import("lodash").CurriedFunction2>;