jccp_a/vuepress/node_modules/@vuepress/client/dist/createVueAppFunction-onJTVJru.d.ts
hellcat ac91e1fbe4 1
2025-11-12 17:57:30 +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 };