UNPKG

petals-ui

Version:
9 lines (8 loc) 254 B
interface IBreadcrumbComponent { readonly separator: string; readonly separatorClassName: string; } interface IBreadcrumbItemComponent<LinkHref = string> { readonly href: LinkHref; } export { IBreadcrumbComponent, IBreadcrumbItemComponent };