Skip to content

Instantly share code, notes, and snippets.

@teomanofficial
Created December 10, 2022 21:29
Show Gist options
  • Save teomanofficial/d59e4d766f300acafdf0d9c0b0deddfa to your computer and use it in GitHub Desktop.
Save teomanofficial/d59e4d766f300acafdf0d9c0b0deddfa to your computer and use it in GitHub Desktop.
export declare interface ControlValueAccessor {
writeValue(obj: any): void;
registerOnChange(fn: any): void;
registerOnTouched(fn: any): void;
setDisabledState?(isDisabled: boolean): void;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment