mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 03:59:01 +08:00
docs(breadcrumb): repair breadcrumbItem props (#47464)
This commit is contained in:
parent
d4c811cf8c
commit
0c18d37a7e
@ -58,7 +58,7 @@ Common props ref:[Common props](/docs/react/common-props)
|
||||
|
||||
### ItemType
|
||||
|
||||
> type ItemType = [RouteItemType](#RouteItemType) | [SeparatorType](#SeparatorType)
|
||||
> type ItemType = Omit<[RouteItemType](#RouteItemType), 'title' | 'path'> | [SeparatorType](#SeparatorType)
|
||||
|
||||
### RouteItemType
|
||||
|
||||
|
@ -59,7 +59,7 @@ return <Breadcrumb routes={[{ breadcrumbName: 'sample' }]} />;
|
||||
|
||||
### ItemType
|
||||
|
||||
> type ItemType = [RouteItemType](#RouteItemType) | [SeparatorType](#SeparatorType)
|
||||
> type ItemType = Omit<[RouteItemType](#RouteItemType), 'title' | 'path'> | [SeparatorType](#SeparatorType)
|
||||
|
||||
### RouteItemType
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user