-
-
Notifications
You must be signed in to change notification settings - Fork 367
/
Copy pathcomponents.d.ts
35 lines (33 loc) · 2.03 KB
/
components.d.ts
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
30
31
32
33
34
35
// generated by unplugin-vue-components
// We suggest you to commit this file into source control
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'
export {}
declare module '@vue/runtime-core' {
export interface GlobalComponents {
Avatar: typeof import('./src/components/global/avatar.vue')['default']
Book: typeof import('./src/components/book/index.vue')['default']
CollapseCollapseFolderAndCollapseFolderAndComponentPrefixes: typeof import('./src/components/collapse/collapseFolderAnd/CollapseFolderAndComponentPrefixes.vue')['default']
ComponentA: typeof import('./src/components/ComponentA.vue')['default']
ComponentAsync: typeof import('./src/components/ComponentAsync.vue')['default']
ComponentB: typeof import('./src/components/ComponentB.vue')['default']
ComponentC: typeof import('./src/components/component-c.vue')['default']
ComponentD: typeof import('./src/components/ComponentD.vue')['default']
IFaSolidDiceFive: typeof import('~icons/fa-solid/dice-five')['default']
IHeroiconsOutlineMenuAlt2: typeof import('~icons/heroicons-outline/menu-alt2')['default']
'IMdi:diceD12': typeof import('~icons/mdi/dice-d12')['default']
IMdiLightAlarm: typeof import('~icons/mdi-light/alarm')['default']
IRiApps2Line: typeof import('~icons/ri/apps2-line')['default']
MarkdownA: typeof import('./src/components/MarkdownA.md')['default']
MarkdownB: typeof import('./src/components/MarkdownB.md')['default']
MyCustom: typeof import('./src/CustomResolved.vue')['default']
Recursive: typeof import('./src/components/Recursive.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
UiButton: typeof import('./src/components/ui/button.vue')['default']
UiNestedCheckbox: typeof import('./src/components/ui/nested/checkbox.vue')['default']
VanRadio: typeof import('vant/es')['Radio']
VanRadioGroup: typeof import('vant/es')['RadioGroup']
VanRate: typeof import('vant/es')['Rate']
}
}