fuc-new/doc/node_modules/@vuepress/client/dist/createVueAppFunction-onJTVJru.d.ts
hellcat 6adbc04d4b 1
2025-10-03 17:17:08 +08:00

10 lines
191 B
TypeScript

import { App } from 'vue';
import { Router } from 'vue-router';
type CreateVueAppFunction = () => Promise<{
app: App;
router: Router;
}>;
export type { CreateVueAppFunction as C };