cfc-ui-test
Version:
Design System do Conselho Federal de Contabilidade baseado no govbr-ds
9 lines (8 loc) • 499 B
TypeScript
import { BreadcrumbLink } from '../../models/breadcrumb.model';
import * as i0 from "@angular/core";
export declare class BreadcrumbComponent {
label: string;
links: BreadcrumbLink[];
static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbComponent, "cfc-breadcrumb", never, { "label": { "alias": "label"; "required": false; }; "links": { "alias": "links"; "required": false; }; }, {}, never, never, false, never>;
}