UNPKG

@pisell/pisellos

Version:

一个可扩展的前端模块化SDK框架,支持插件系统

8 lines (7 loc) 158 B
export interface RouteItem { path: string; component: any; exact?: boolean; routes?: RouteItem[]; } export declare const routes: RouteItem[];