mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
Add Switch size to API doc
This commit is contained in:
parent
290b739cd1
commit
1d7350cccd
@ -24,3 +24,4 @@
|
|||||||
| onChange | 变化时回调函数 | Function(checked:boolean) | | |
|
| onChange | 变化时回调函数 | Function(checked:boolean) | | |
|
||||||
| checkedChildren | 选中时的内容 | React Node | | |
|
| checkedChildren | 选中时的内容 | React Node | | |
|
||||||
| unCheckedChildren | 非选中时的内容 | React Node | | |
|
| unCheckedChildren | 非选中时的内容 | React Node | | |
|
||||||
|
| size | 开关大小 | string | 'default' or 'small' | 'default' |
|
||||||
|
Loading…
Reference in New Issue
Block a user