LmnBreadcrumbsLink
No documentation has been provided.
Presentation
type LmnBreadcrumbsLink = {
/** Unique identifier for the link */
id: string;
/** Display text for the link */
label: string | Signal <string>;
url: string;
/** Label for SR */
ariaLabel?: string | Signal <string>;
};