mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-12 23:35:38 +08:00
docs: fix deprecated doc error (#51873)
This commit is contained in:
parent
7556be8449
commit
859c4a8150
@ -26,7 +26,7 @@ export interface BreadcrumbItemType {
|
||||
*/
|
||||
path?: string;
|
||||
title?: React.ReactNode;
|
||||
/* @deprecated Please use `title` instead */
|
||||
/** @deprecated Please use `title` instead */
|
||||
breadcrumbName?: string;
|
||||
menu?: BreadcrumbItemProps['menu'];
|
||||
/** @deprecated Please use `menu` instead */
|
||||
|
Loading…
Reference in New Issue
Block a user