UNPKG

@notiz/formly-tailwindcss

Version:
13 lines (12 loc) 550 B
import { ControlValueAccessor } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class FileValueAccessor implements ControlValueAccessor { value: any; onChange: (_: any) => void; onTouched: () => void; writeValue(value: any): void; registerOnChange(fn: any): void; registerOnTouched(fn: any): void; static ɵfac: i0.ɵɵFactoryDeclaration<FileValueAccessor, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<FileValueAccessor, "input[type=file]", never, {}, {}, never, never, true, never>; }