UNPKG

st-bundle

Version:

CLI for watching and bundling SpringType projects.

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