This commit is contained in:
tugcekucukoglu 2023-11-24 15:21:54 +03:00
parent d65bda79f0
commit 437818c7f2
32 changed files with 62 additions and 62 deletions

View file

@ -141,11 +141,11 @@ export interface BreadcrumbProps {
/**
* Defines a string value that labels an interactive element.
*/
'aria-label'?: string | undefined;
ariaLabel?: string | undefined;
/**
* Identifier of the underlying menu element.
*/
'aria-labelledby'?: string | undefined;
ariaLabelledby?: string | undefined;
/**
* Used to pass attributes to DOM elements inside the component.
* @type {BreadcrumbPassThroughOptions}