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 0302f8f commit fd26cf3Copy full SHA for fd26cf3
1 file changed
README.zh-CN.md
@@ -106,7 +106,7 @@ npm start
106
| 参数 | 类型 | 默认值 | 说明 |
107
| --- | --- | --- | --- |
108
| children | `(props, ref) => ReactElement` | - | 每个关键项目的渲染函数。 |
109
-| component | `string \| ComponentType \| false` | `div` | Wrapper component. Use `false` for no wrapper. |
+| component | `string \| ComponentType \| false` | `div` | 包装组件。设为 `false` 时不渲染包装节点。 |
110
| keys | `(React.Key \| { key: React.Key })[]` | - | Keys to animate. |
111
| onAllRemoved | `() => void` | - | 在移除每个留下的项目后触发。 |
112
| onVisibleChanged | `(visible, info: { key: React.Key }) => void` | - | 项目可见性更改后触发。 |
0 commit comments