From 89712f29b1a1013d2bd228949c81f6f7f7ce009a Mon Sep 17 00:00:00 2001 From: Jeongseok Kang Date: Tue, 12 Dec 2023 19:00:43 +0900 Subject: [PATCH] docs: Update Breadcrumb items type (#46399) --- components/breadcrumb/index.en-US.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/breadcrumb/index.en-US.md b/components/breadcrumb/index.en-US.md index 94e3d32372..d4f3be3d9c 100644 --- a/components/breadcrumb/index.en-US.md +++ b/components/breadcrumb/index.en-US.md @@ -53,7 +53,7 @@ Common props ref:[Common props](/docs/react/common-props) | --- | --- | --- | --- | --- | | itemRender | Custom item renderer | (route, params, routes, paths) => ReactNode | - | | | params | Routing parameters | object | - | | -| items | The routing stack information of router | [items\[\]](#ItemType) | - | 5.3.0 | +| items | The routing stack information of router | [ItemType\[\]](#ItemType) | - | 5.3.0 | | separator | Custom separator | ReactNode | `/` | | ### ItemType