Skip to content

Commit fd26cf3

Browse files
committed
docs: localize Chinese README descriptions
1 parent 0302f8f commit fd26cf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ npm start
106106
| 参数 | 类型 | 默认值 | 说明 |
107107
| --- | --- | --- | --- |
108108
| children | `(props, ref) => ReactElement` | - | 每个关键项目的渲染函数。 |
109-
| component | `string \| ComponentType \| false` | `div` | Wrapper component. Use `false` for no wrapper. |
109+
| component | `string \| ComponentType \| false` | `div` | 包装组件。设为 `false` 时不渲染包装节点。 |
110110
| keys | `(React.Key \| { key: React.Key })[]` | - | Keys to animate. |
111111
| onAllRemoved | `() => void` | - | 在移除每个留下的项目后触发。 |
112112
| onVisibleChanged | `(visible, info: { key: React.Key }) => void` | - | 项目可见性更改后触发。 |

0 commit comments

Comments
 (0)