elearning/Frontend-Learner/node_modules/nuxt/dist/pages/runtime/plugins/router.d.ts
2026-01-13 10:48:02 +07:00

6 lines
160 B
TypeScript

import type { Router } from 'vue-router';
import type { Plugin } from 'nuxt/app';
declare const plugin: Plugin<{
router: Router;
}>;
export default plugin;