UNPKG

kodama-ui

Version:

Kodama UI is a Vue 3 component library that provides a set of components & funcionality to build your application.

5 lines (4 loc) 353 B
import { App } from 'vue'; import { RouteRecordRaw, NavigationGuardWithThis } from 'vue-router'; declare const _default: (app: App<Element>, frontendRoutes: Array<RouteRecordRaw>, beforeEach?: NavigationGuardWithThis<undefined>, historyMode?: 'hash' | 'web' | 'memory', on404?: string | boolean) => import("vue-router").Router; export default _default;