-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomponents.d.ts
More file actions
29 lines (27 loc) · 1.25 KB
/
Copy pathcomponents.d.ts
File metadata and controls
29 lines (27 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/* 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 {
Admin: typeof import('./src/components/layout/admin.vue')['default']
HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
IxButton: typeof import('@idux/components/button')['IxButton']
IxIcon: typeof import('@idux/components/icon')['IxIcon']
IxLayout: typeof import('@idux/components/layout')['IxLayout']
IxLayoutContent: typeof import('@idux/components/layout')['IxLayoutContent']
IxLayoutFooter: typeof import('@idux/components/layout')['IxLayoutFooter']
IxLayoutHeader: typeof import('@idux/components/layout')['IxLayoutHeader']
IxLayoutSider: typeof import('@idux/components/layout')['IxLayoutSider']
IxSpace: typeof import('@idux/components/space')['IxSpace']
IxThemeProvider: typeof import('@idux/components/theme')['IxThemeProvider']
Root: typeof import('./src/components/layout/Root.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
}
}