|
@@ -16,9 +16,16 @@ declare module 'vue' {
|
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
|
SvgIcon: typeof import('./components/SvgIcon.vue')['default']
|
|
|
TabBar: typeof import('./components/TabBar.vue')['default']
|
|
|
+ VanButton: typeof import('vant/es')['Button']
|
|
|
+ VanCell: typeof import('vant/es')['Cell']
|
|
|
+ VanCellGroup: typeof import('vant/es')['CellGroup']
|
|
|
VanConfigProvider: typeof import('vant/es')['ConfigProvider']
|
|
|
+ VanIcon: typeof import('vant/es')['Icon']
|
|
|
VanImage: typeof import('vant/es')['Image']
|
|
|
VanNavBar: typeof import('vant/es')['NavBar']
|
|
|
+ VanPicker: typeof import('vant/es')['Picker']
|
|
|
+ VanPopup: typeof import('vant/es')['Popup']
|
|
|
+ VanSwitch: typeof import('vant/es')['Switch']
|
|
|
VanTabbar: typeof import('vant/es')['Tabbar']
|
|
|
VanTabbarItem: typeof import('vant/es')['TabbarItem']
|
|
|
VoiceImp: typeof import('./components/VoiceImp/index.vue')['default']
|