/** * Properties for the Breadcrumbs component */ export interface BreadcrumbsProperties { path: string | string[]; }