elearning/Frontend-Learner/node_modules/nuxt/dist/pages/runtime/plugins/router.d.ts

7 lines
160 B
TypeScript
Raw Normal View History

2026-01-13 10:46:40 +07:00
import type { Router } from 'vue-router';
import type { Plugin } from 'nuxt/app';
declare const plugin: Plugin<{
router: Router;
}>;
export default plugin;