UNPKG

cfc-ds

Version:

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

11 lines (10 loc) 709 B
import { CheckboxDirection, CheckboxOption } from '../../models/checkbox.model'; import * as i0 from "@angular/core"; export declare class CheckboxesComponent { label: string; description?: string; options: CheckboxOption[]; mode: CheckboxDirection; static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxesComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxesComponent, "cfc-checkboxes", never, { "label": { "alias": "label"; "required": false; }; "description": { "alias": "description"; "required": false; }; "options": { "alias": "options"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; }, {}, never, ["[cfc-checkbox-option]"], false, never>; }