UNPKG

cfc-ds

Version:

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

10 lines (9 loc) 607 B
import * as i0 from "@angular/core"; export declare class MagicButtonComponent { label: string; density?: 'small' | 'medium' | 'large'; icon?: string; iconSize?: string; static ɵfac: i0.ɵɵFactoryDeclaration<MagicButtonComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<MagicButtonComponent, "cfc-magic-button", never, { "label": { "alias": "label"; "required": false; }; "density": { "alias": "density"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconSize": { "alias": "iconSize"; "required": false; }; }, {}, never, never, false, never>; }