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 4640585 commit 3ad3348Copy full SHA for 3ad3348
1 file changed
README.zh-CN.md
@@ -84,7 +84,7 @@ npm start
84
| maskClosable | 点击遮罩时关闭。 | `boolean` | `true` |
85
| maskMotion | 遮罩动画配置。 | `CSSMotionProps` | - |
86
| mouseEnterDelay | mouse enter 后显示前的延迟,单位为秒。 | `number` | - |
87
-| mouseLeaveDelay | mouse leave 后隐藏前的延迟,单位为秒。 | `number` | `0.1` |
+| mouseLeaveDelay | 鼠标离开后隐藏前的延迟,单位为秒。 | `number` | `0.1` |
88
| popup | 弹层内容。 | `ReactNode` \| `() => ReactNode` | - |
89
| popupAlign | 与 dom-align 兼容的对齐配置。 | `AlignType` | - |
90
| popupClassName | 添加到弹层的 className。 | `string` | - |
0 commit comments