docs: fix deprecated doc error (#51873)

This commit is contained in:
thinkasany 2024-12-03 17:48:29 +08:00 committed by GitHub
parent 7556be8449
commit 859c4a8150
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 */