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) 138 B
import { Uuid } from '@bimeister/pupakit.common'; export interface Breadcrumb { name: string; id: Uuid; routerLink: string; }