2.2.1 • Published 1 year ago
@ttou/vant2-typings v2.2.1
Vant 类型定义
基于 Vant 2.12.54 版本文档编写
- 重写包引用
package.d.ts
- Vue引用
vue.d.ts
- Refs引用
refs.d.ts
tsconfig.json
示例:
{
"compilerOptions": {
"types": [
"@ttou/vant2-typings/package",
"@ttou/vant2-typings/vue",
"@ttou/vant2-typings/refs"
]
}
}
组件列表
- 基础组件
- Button
- Cell
- Icon
- Image
- Layout
- Popup
- Toast
- 表单组件
- Calendar
- Cascader
- Checkbox
- DatetimePicker
- Field
- Form
- NumberKeyboard
- PasswordInput
- Picker
- Radio
- Rate
- Search
- Slider
- Stepper
- Switch
- Uploader
- 反馈组件
- ActionSheet
- Dialog
- DropdownMenu
- Loading
- Notify
- Overlay
- PullRefresh
- ShareSheet
- SwipeCell
- 展示组件
- Badge
- Circle
- Collapse
- CountDown
- Divider
- Empty
- ImagePreview
- Lazyload
- List
- NoticeBar
- Popover
- Progress
- Skeleton
- Steps
- Sticky
- Swipe
- Tag
- 导航组件
- Grid
- IndexBar
- NavBar
- Pagination
- Sidebar
- Tab
- Tabbar
- TreeSelect
- 业务组件
- AddressEdit
- AddressList
- Area
- Card
- ContactCard
- ContactEdit
- ContactList
- Coupon
- GoodsAction
- SubmitBar
- Sku