UNPKG

cfc-ds

Version:

Design System do Conselho Federal de Contabilidade baseado no govbr-ds

10 lines (9 loc) 624 B
import * as i0 from "@angular/core"; export declare class TagComponent { label: string; type: 'text' | 'status' | 'counter' | 'icon'; backgroundColor: string; density: 'small' | 'medium' | 'large'; static ɵfac: i0.ɵɵFactoryDeclaration<TagComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<TagComponent, "cfc-tag", never, { "label": { "alias": "label"; "required": false; }; "type": { "alias": "type"; "required": false; }; "backgroundColor": { "alias": "backgroundColor"; "required": false; }; "density": { "alias": "density"; "required": false; }; }, {}, never, never, false, never>; }