|
|
@@ -23,6 +23,7 @@ declare module 'vue' {
|
|
|
VanCellGroup: typeof import('vant/es')['CellGroup']
|
|
|
VanCheckbox: typeof import('vant/es')['Checkbox']
|
|
|
VanCheckboxGroup: typeof import('vant/es')['CheckboxGroup']
|
|
|
+ VanCol: typeof import('vant/es')['Col']
|
|
|
VanDatePicker: typeof import('vant/es')['DatePicker']
|
|
|
VanDialog: typeof import('vant/es')['Dialog']
|
|
|
VanEmpty: typeof import('vant/es')['Empty']
|
|
|
@@ -51,6 +52,7 @@ declare module 'vue' {
|
|
|
VanTabs: typeof import('vant/es')['Tabs']
|
|
|
VanTag: typeof import('vant/es')['Tag']
|
|
|
VanTextEllipsis: typeof import('vant/es')['TextEllipsis']
|
|
|
+ VanTimePicker: typeof import('vant/es')['TimePicker']
|
|
|
VanUploader: typeof import('vant/es')['Uploader']
|
|
|
}
|
|
|
}
|