UNPKG

@nuxtjs/ionic

Version:
7 lines (6 loc) 156 B
import type { Router } from 'vue-router'; import type { Plugin } from '#app'; declare const plugin: Plugin<{ router: Router; }>; export default plugin;