UNPKG

@refly/arco-vite-plugin-react

Version:

For Vite build, load Arco Design styles on demand

7 lines (6 loc) 475 B
export declare function readFileStrSync(path: string): false | string; export declare function isModExist(path: string): boolean; export declare function getThemeComponentList(theme: string): string[]; export declare const parse2PosixPath: (path: string) => string; export declare function pathMatch(path: string, conf: [string | RegExp, number?]): false | string; export declare function parseInclude2RegExp(include?: (string | RegExp)[], context?: string): false | RegExp;