Skip to content

Commit b36efe4

Browse files
committed
docs(antd/next): add useIndex api
1 parent ebc1e68 commit b36efe4

File tree

6 files changed

+24
-0
lines changed

6 files changed

+24
-0
lines changed

packages/antd/docs/components/ArrayCards.md

+4
Original file line numberDiff line numberDiff line change
@@ -496,3 +496,7 @@ export default () => {
496496
> 索引渲染器
497497
498498
无属性
499+
500+
### ArrayItems.useIndex
501+
502+
> 读取当前渲染行索引的 React Hook

packages/antd/docs/components/ArrayItems.md

+4
Original file line numberDiff line numberDiff line change
@@ -765,3 +765,7 @@ export default () => {
765765
> 索引渲染器
766766
767767
无属性
768+
769+
### ArrayItems.useIndex
770+
771+
> 读取当前渲染行索引的 React Hook

packages/antd/docs/components/ArrayTable.md

+4
Original file line numberDiff line numberDiff line change
@@ -729,3 +729,7 @@ export default () => {
729729
> 索引渲染器
730730
731731
无属性
732+
733+
### ArrayItems.useIndex
734+
735+
> 读取当前渲染行索引的 React Hook

packages/next/docs/components/ArrayCards.md

+4
Original file line numberDiff line numberDiff line change
@@ -496,3 +496,7 @@ export default () => {
496496
> 索引渲染器
497497
498498
无属性
499+
500+
### ArrayItems.useIndex
501+
502+
> 读取当前渲染行索引的 React Hook

packages/next/docs/components/ArrayItems.md

+4
Original file line numberDiff line numberDiff line change
@@ -765,3 +765,7 @@ export default () => {
765765
> 索引渲染器
766766
767767
无属性
768+
769+
### ArrayItems.useIndex
770+
771+
> 读取当前渲染行索引的 React Hook

packages/next/docs/components/ArrayTable.md

+4
Original file line numberDiff line numberDiff line change
@@ -742,3 +742,7 @@ export default () => {
742742
> 索引渲染器
743743
744744
无属性
745+
746+
### ArrayItems.useIndex
747+
748+
> 读取当前渲染行索引的 React Hook

0 commit comments

Comments
 (0)