UNPKG

@arco-plugins/vite-vue

Version:

For Vite build, load Arco Design styles on demand

5 lines (4 loc) 247 B
import type { UserConfig } from 'vite'; declare type Vars = Record<string, any>; export declare function modifyCssConfig(pkgName: string, config: UserConfig, theme: string, modifyVars: Vars, varsInjectScope: (string | RegExp)[]): void; export {};