@devup-ui/vite-plugin
Version:
Zero Config, Zero FOUC, Zero Runtime, CSS in JS Preprocessor
12 lines • 443 B
TypeScript
import { PluginOption } from 'vite';
export interface DevupUIPluginOptions {
package: string;
cssFile: string;
devupPath: string;
interfacePath: string;
extractCss: boolean;
debug: boolean;
include: string[];
}
export declare function DevupUI({ package: libPackage, devupPath, interfacePath, cssFile, extractCss, debug, include, }?: Partial<DevupUIPluginOptions>): PluginOption;
//# sourceMappingURL=plugin.d.ts.map