export interface Breadcrumb { /** * the display text of the breadcrumb */ text: string; /** * in case we want to add any kind of additional data on the breadcrumb item. */ data?: any; } //# sourceMappingURL=breadcrumb.interface.d.ts.map