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 e2a5d3f commit 0975fd6Copy full SHA for 0975fd6
readme.md
@@ -60,7 +60,7 @@ export default App;
60
61
| 参数 | 说明 | 类型 | 默认值|
62
|----------|-------------------|------------------------|------
63
-| className | 列表父容器 className | - string | -
+| className | 列表父容器 className | string | -
64
| renderItem | 列表渲染 | `(value: any) => void` | (item: T, index: number, isActive: boolean) => React. ReactElement; |
65
| keyExtractor | 列表 key | (item: T, index: number) => string | index
66
| data | 列表数据源 | T[] | - |
0 commit comments