UNPKG

create-uniapp-pages-json

Version:
9 lines (8 loc) 195 B
export interface Config { rootPath: string; modulePath: string; defaultConfigFile: string; routeFileName: string; } declare const _default: () => Config; export default _default;