UNPKG

@mini-umi/preset-umi

Version:
11 lines (10 loc) 201 B
declare type routes = { path: string; name: string; component?: Function; children?: routes; }[]; export declare function getRoutes(opts?: { dirPath: string; }): routes; export {};