Refactor #4739 - For Breadcrumb

This commit is contained in:
tugcekucukoglu 2023-11-08 15:47:48 +03:00
parent a6e06572d0
commit ad9b437003
5 changed files with 5 additions and 31 deletions

View file

@ -134,6 +134,7 @@ export interface BreadcrumbProps {
home?: MenuItem | undefined;
/**
* Whether to apply 'router-link-active-exact' class if route exactly matches the item path.
* @deprecated since v3.40.0.
* @defaultValue true
*/
exact?: boolean | undefined;