types: export all props type (#9717)

This commit is contained in:
neverland
2021-10-25 20:36:23 +08:00
committed by GitHub
parent 74a136f90e
commit ca1aa1a7b1
243 changed files with 1575 additions and 904 deletions
@@ -123,6 +123,14 @@ export default {
| click-left | 点击左侧按钮时触发 | _event: MouseEvent_ |
| click-right | 点击右侧按钮时触发 | _event: MouseEvent_ |
### 类型定义
组件导出以下类型定义:
```ts
import type { NavbarProps } from 'vant';
```
## 主题定制
### 样式变量