|
|
@@ -16,45 +16,25 @@ declare module 'vue' {
|
|
|
VanActionBar: typeof import('vant/es')['ActionBar']
|
|
|
VanActionBarButton: typeof import('vant/es')['ActionBarButton']
|
|
|
VanActionBarIcon: typeof import('vant/es')['ActionBarIcon']
|
|
|
- VanBackTop: typeof import('vant/es')['BackTop']
|
|
|
VanButton: typeof import('vant/es')['Button']
|
|
|
- VanCalendar: typeof import('vant/es')['Calendar']
|
|
|
VanCell: typeof import('vant/es')['Cell']
|
|
|
VanCellGroup: typeof import('vant/es')['CellGroup']
|
|
|
VanCheckbox: typeof import('vant/es')['Checkbox']
|
|
|
VanCheckboxGroup: typeof import('vant/es')['CheckboxGroup']
|
|
|
VanCol: typeof import('vant/es')['Col']
|
|
|
- VanCollapse: typeof import('vant/es')['Collapse']
|
|
|
- VanCollapseItem: typeof import('vant/es')['CollapseItem']
|
|
|
- VanDatePicker: typeof import('vant/es')['DatePicker']
|
|
|
VanDialog: typeof import('vant/es')['Dialog']
|
|
|
- VanEmpty: typeof import('vant/es')['Empty']
|
|
|
VanField: typeof import('vant/es')['Field']
|
|
|
- VanFloatingBubble: typeof import('vant/es')['FloatingBubble']
|
|
|
- VanForm: typeof import('vant/es')['Form']
|
|
|
VanIcon: typeof import('vant/es')['Icon']
|
|
|
- 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']
|
|
|
- VanSearch: typeof import('vant/es')['Search']
|
|
|
- VanStep: typeof import('vant/es')['Step']
|
|
|
- VanStepper: typeof import('vant/es')['Stepper']
|
|
|
- VanSteps: typeof import('vant/es')['Steps']
|
|
|
VanSwipe: typeof import('vant/es')['Swipe']
|
|
|
VanSwipeItem: typeof import('vant/es')['SwipeItem']
|
|
|
- VanTab: typeof import('vant/es')['Tab']
|
|
|
VanTabbar: typeof import('vant/es')['Tabbar']
|
|
|
VanTabbarItem: typeof import('vant/es')['TabbarItem']
|
|
|
- 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']
|
|
|
}
|
|
|
}
|