Files
dtx_store/node_modules/uni-simple-router/src/index.ts
2022-06-17 17:10:27 +08:00

12 lines
194 B
TypeScript

export * from './options/base'
export * from './options/config'
export {
runtimeQuit
} from './app/appPatch'
export {
RouterMount,
createRouter
} from './public/router'