UNPKG

drux-ui-angular

Version:

[![npm version](https://img.shields.io/npm/v/drux-ui-angular.svg)](https://www.npmjs.com/package/drux-ui-angular) [![npm downloads](https://img.shields.io/npm/dm/drux-ui-angular.svg)](https://www.npmjs.com/package/drux-ui-angular) [![MIT License](https:

20 lines (19 loc) 1.05 kB
import { EventEmitter, ElementRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class DrCheckboxComponent { private _model; label: string; disabled: boolean; required: boolean; error: string; set model(value: boolean); get model(): boolean; modelChange: EventEmitter<boolean>; checkboxRef: ElementRef; focused: import("@angular/core").WritableSignal<boolean>; modelSignal: import("@angular/core").WritableSignal<boolean>; constructor(); onChange(event: Event): void; static ɵfac: i0.ɵɵFactoryDeclaration<DrCheckboxComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<DrCheckboxComponent, "dr-checkbox", never, { "label": { "alias": "label"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "required": { "alias": "required"; "required": false; }; "error": { "alias": "error"; "required": false; }; "model": { "alias": "model"; "required": false; }; }, { "modelChange": "modelChange"; }, never, never, true, never>; }