export interface BreadcrumbProps { base?: string; } export interface BreadcrumbPath { name: string; href: string; }