UNPKG

petals-ui

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