index.d.ts 489 B

123456
  1. /// <reference types="lodash" />
  2. import { webpack } from 'next/dist/compiled/webpack/webpack';
  3. import { ConfigurationContext } from '../../utils';
  4. export declare const regexLikeCss: RegExp;
  5. export declare function lazyPostCSS(rootDirectory: string, supportedBrowsers: string[] | undefined, disablePostcssPresetEnv: boolean | undefined): Promise<any>;
  6. export declare const css: import("lodash").CurriedFunction2<ConfigurationContext, webpack.Configuration, Promise<webpack.Configuration>>;