UNPKG

@arco-plugins/vite-vue

Version:

For Vite build, load Arco Design styles on demand

13 lines (12 loc) 569 B
declare type Matchers = [string, number?]; export declare const libraryName = "@arco-design/web-vue"; export declare const iconCjsListMatchers: Matchers; export declare const iconComponentMatchers: Matchers; export declare const lessMatchers: Matchers; export declare const fullLessMatchers: Matchers; export declare const globalLessMatchers: Matchers; export declare const componentLessMatchers: Matchers; export declare const fullCssMatchers: Matchers; export declare const globalCssMatchers: Matchers; export declare const componentCssMatchers: Matchers; export {};