terminus-cloud-settings-sync
Version:
Cloud Services sync the Tabby config and connections across platform devices.
14 lines (13 loc) • 402 B
TypeScript
import { ControlValueAccessor } from '@angular/forms';
/** @hidden */
export declare class CheckboxComponent implements ControlValueAccessor {
model: boolean;
disabled: boolean;
text: string;
private changed;
click(): void;
writeValue(obj: any): void;
registerOnChange(fn: any): void;
registerOnTouched(fn: any): void;
setDisabledState(isDisabled: boolean): void;
}