UNPKG

lbundle

Version:

Small zero-configuration bundler build on top of Rollup.js and SWC for NPM libraries

3 lines (2 loc) 207 B
import type { ContextModel } from '../models/context'; export declare const getRollupStylerPlugin: ({ options, cssFilename, }: Pick<ContextModel, "options" | "cssFilename">) => import("rollup").Plugin<any>;