|
|
@@ -18,6 +18,7 @@ declare module 'vue' {
|
|
|
VanCellGroup: typeof import('vant/es')['CellGroup']
|
|
|
VanCheckbox: typeof import('vant/es')['Checkbox']
|
|
|
VanCheckboxGroup: typeof import('vant/es')['CheckboxGroup']
|
|
|
+ VanDatePicker: typeof import('vant/es')['DatePicker']
|
|
|
VanDialog: typeof import('vant/es')['Dialog']
|
|
|
VanField: typeof import('vant/es')['Field']
|
|
|
VanForm: typeof import('vant/es')['Form']
|
|
|
@@ -25,10 +26,14 @@ declare module 'vue' {
|
|
|
VanImage: typeof import('vant/es')['Image']
|
|
|
VanList: typeof import('vant/es')['List']
|
|
|
VanNotify: typeof import('vant/es')['Notify']
|
|
|
+ VanPicker: typeof import('vant/es')['Picker']
|
|
|
+ VanPickerGroup: typeof import('vant/es')['PickerGroup']
|
|
|
VanPopup: typeof import('vant/es')['Popup']
|
|
|
VanRadio: typeof import('vant/es')['Radio']
|
|
|
VanRadioGroup: typeof import('vant/es')['RadioGroup']
|
|
|
VanRow: typeof import('vant/es')['Row']
|
|
|
+ VanStep: typeof import('vant/es')['Step']
|
|
|
+ VanSteps: typeof import('vant/es')['Steps']
|
|
|
VanSwipe: typeof import('vant/es')['Swipe']
|
|
|
VanSwipeItem: typeof import('vant/es')['SwipeItem']
|
|
|
VanTab: typeof import('vant/es')['Tab']
|