forked from GfSE/CASCaDE-Reference-Implementation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomponents.d.ts
More file actions
21 lines (19 loc) · 725 Bytes
/
components.d.ts
File metadata and controls
21 lines (19 loc) · 725 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* eslint-disable */
// @ts-nocheck
// biome-ignore lint: disable
// oxlint-disable
// ------
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
PageDashboards: typeof import('./src/components/PageDashboards.vue')['default']
PageDocument: typeof import('./src/components/PageDocument.vue')['default']
PageHome: typeof import('./src/components/PageHome.vue')['default']
PageInterfaces: typeof import('./src/components/PageInterfaces.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
}
}