UNPKG

@bimeister/pupakit.kit

Version:

PupaKit is an open source collection of Angular components based on an atomic approach to building interfaces, which guarantees better performance and greater development flexibility.

7 lines (6 loc) 193 B
import { Breadcrumb } from './breadcrumb.interface'; export interface BreadcrumbsParts { unfitBreadcrumbs: Breadcrumb[]; fitBreadcrumbs: Breadcrumb[]; rootBreadcrumb: Breadcrumb; }