Add Switch size to API doc

This commit is contained in:
afc163 2015-12-06 17:14:06 +08:00
parent 290b739cd1
commit 1d7350cccd

View File

@ -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' |