export interface IBreadcrumbsProps { /** * Additional class names to add to the control for custom styling. */ className?: string; /** * If true start the breadcrumb list with an arrow icon. */ prefixArrow?: boolean; /** * Highlights the last element in the breacrumb list. * @default true */ highlightLast?: boolean; }