-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponents.d.ts
22 lines (21 loc) · 892 Bytes
/
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
/* 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 {
HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
SearchInput: typeof import('./src/components/SearchInput.vue')['default']
TabView: typeof import('./src/components/tab/TabView.vue')['default']
Text: typeof import('./src/components/Text.vue')['default']
VanButton: typeof import('vant/es')['Button']
VanIcon: typeof import('vant/es')['Icon']
VanSearch: typeof import('vant/es')['Search']
VanTabbar: typeof import('vant/es')['Tabbar']
VanTabbarItem: typeof import('vant/es')['TabbarItem']
}
}