12 lines
194 B
TypeScript
12 lines
194 B
TypeScript
export * from './options/base'
|
|
export * from './options/config'
|
|
|
|
export {
|
|
runtimeQuit
|
|
} from './app/appPatch'
|
|
|
|
export {
|
|
RouterMount,
|
|
createRouter
|
|
} from './public/router'
|