UNPKG

fuse-box

Version:

Fuse-Box a bundler that does it right

8 lines (7 loc) 325 B
import { IStyleSheetProps } from '../../config/IStylesheetProps'; import { Context } from '../../core/context'; export interface ICSSPluginProps { asText?: boolean; stylesheet?: IStyleSheetProps; } export declare function pluginCSS(a?: ICSSPluginProps | RegExp | string, b?: ICSSPluginProps): (ctx: Context) => void;