UNPKG

create-uniapp-pages-json

Version:
8 lines (7 loc) 173 B
export interface Route { path: string; style?: any; [key: string]: string; } declare const _default: (routesPath: string[]) => Route[]; export default _default;