We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53210b6 commit 8fe76a0Copy full SHA for 8fe76a0
1 file changed
README.zh-CN.md
@@ -65,7 +65,7 @@ npm start
65
| `loadingIcon` | React.ReactNode | - | 额外加载图标节点。 |
66
| `onChange` | `(checked, event) => void` | - | 检查状态更改后触发。 |
67
| `onClick` | `(checked, event) => void` | - | 点击后触发。 |
68
-| `onKeyDown` | React.KeyboardEventHandler | - | Key down handler. |
+| `onKeyDown` | React.KeyboardEventHandler | - | 按键按下处理函数。 |
69
| `prefixCls` | string | `'rc-switch'` | className 前缀。 |
70
| `style` | React.CSSProperties | - | 根样式。 |
71
| `styles` | `{ content?: React.CSSProperties }` | - | 内部内容的语义样式。 |
0 commit comments