UNPKG

fuse-box

Version:

Fuse-Box a bundler that does it right

4 lines (3 loc) 196 B
import { Context } from '../../core/context'; import { IPluginCommon } from '../interfaces'; export declare function pluginPostCSS(a?: RegExp | string, b?: IPluginCommon): (ctx: Context) => void;