forked from iedon/iedon-net-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomponents.d.ts
More file actions
19 lines (18 loc) · 842 Bytes
/
components.d.ts
File metadata and controls
19 lines (18 loc) · 842 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* eslint-disable */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
LayoutContent: typeof import('./src/components/LayoutContent.vue')['default']
LayoutFooter: typeof import('./src/components/LayoutFooter.vue')['default']
LayoutHeader: typeof import('./src/components/LayoutHeader.vue')['default']
MenuTrigger: typeof import('./src/components/MenuTrigger.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterLocationAvatar: typeof import('./src/components/RouterLocationAvatar.vue')['default']
RouterView: typeof import('vue-router')['RouterView']
ThemeTrigger: typeof import('./src/components/ThemeTrigger.vue')['default']
}
}