@refly/arco-vite-plugin-react
Version:
For Vite build, load Arco Design styles on demand
13 lines (12 loc) • 563 B
TypeScript
type Matchers = [string, number?];
export declare const libraryName = "@arco-design/web-react";
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 {};