@winner-fed/bundler-webpack
Version:
@winner-fed/bundler-webpack
12 lines (11 loc) • 307 B
TypeScript
import Config from '@winner-fed/bundler-webpack/compiled/webpack-5-chain';
import { Env, IConfig } from '../types';
interface IOpts {
config: Config;
userConfig: IConfig;
cwd: string;
env: Env;
browsers: any;
}
export declare function addCSSRules(opts: IOpts): Promise<void>;
export {};