UNPKG

create-uniapp-pages-json

Version:
8 lines (7 loc) 235 B
import { Route } from './getRoutesConfig'; export interface PagesConfig { pages?: Route[]; [key: string]: any; } declare const _default: (rootPath: string, globalPath: string, routes: Route[]) => void; export default _default;