Skip to content

Commit

Permalink
docs(antd/next): add useIndex api
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang committed Apr 19, 2021
1 parent ebc1e68 commit b36efe4
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/antd/docs/components/ArrayCards.md
Original file line number Diff line number Diff line change
Expand Up @@ -496,3 +496,7 @@ export default () => {
> 索引渲染器
无属性

### ArrayItems.useIndex

> 读取当前渲染行索引的 React Hook
4 changes: 4 additions & 0 deletions packages/antd/docs/components/ArrayItems.md
Original file line number Diff line number Diff line change
Expand Up @@ -765,3 +765,7 @@ export default () => {
> 索引渲染器
无属性

### ArrayItems.useIndex

> 读取当前渲染行索引的 React Hook
4 changes: 4 additions & 0 deletions packages/antd/docs/components/ArrayTable.md
Original file line number Diff line number Diff line change
Expand Up @@ -729,3 +729,7 @@ export default () => {
> 索引渲染器
无属性

### ArrayItems.useIndex

> 读取当前渲染行索引的 React Hook
4 changes: 4 additions & 0 deletions packages/next/docs/components/ArrayCards.md
Original file line number Diff line number Diff line change
Expand Up @@ -496,3 +496,7 @@ export default () => {
> 索引渲染器
无属性

### ArrayItems.useIndex

> 读取当前渲染行索引的 React Hook
4 changes: 4 additions & 0 deletions packages/next/docs/components/ArrayItems.md
Original file line number Diff line number Diff line change
Expand Up @@ -765,3 +765,7 @@ export default () => {
> 索引渲染器
无属性

### ArrayItems.useIndex

> 读取当前渲染行索引的 React Hook
4 changes: 4 additions & 0 deletions packages/next/docs/components/ArrayTable.md
Original file line number Diff line number Diff line change
Expand Up @@ -742,3 +742,7 @@ export default () => {
> 索引渲染器
无属性

### ArrayItems.useIndex

> 读取当前渲染行索引的 React Hook

0 comments on commit b36efe4

Please sign in to comment.