UNPKG

@porscheinformatik/clr-addons

Version:
11 lines (10 loc) 185 B
export interface ClrBreadcrumbModel { /** * The label to be displayed. */ label: string; /** * The url where the navigation goes. */ url?: string; }