diff --git a/packages/bee-q/src/components.d.ts b/packages/bee-q/src/components.d.ts index b6451dbe4..caeb3683d 100644 --- a/packages/bee-q/src/components.d.ts +++ b/packages/bee-q/src/components.d.ts @@ -81,6 +81,34 @@ export namespace Components { */ "textColor"?: string; } + interface BqBreadcrumb { + /** + * The `aria-label` attribute to describe the type of navigation + */ + "ariaLabel": string; + } + interface BqBreadcrumbItem { + /** + * The aria-label that corresponds to the full title of the destination page. This won't be shown in the page, but it will be used by screen readers and other assistive devices. + */ + "ariaLabel": string; + /** + * If set, the breadcrumb item will be rendered as an `` with this `href`, otherwise, a `