UNPKG

infinity-forge

Version:
9 lines (8 loc) 173 B
export interface IBreadCrumbShape { icon?: React.ReactNode; text: string; href?: string; } export interface IBreadcrumbProps { links?: IBreadCrumbShape[]; }