UNPKG

@mobilelivenpm/fds-angular-qa

Version:

This library was generated with [Nx](https://nx.dev).

22 lines (21 loc) 673 B
import { OnInit, QueryList } from '@angular/core'; import { FdsFormFieldControl } from './form-field-control'; export declare class FormFieldComponent implements OnInit { _controlNonStatic: FdsFormFieldControl<any>; _controlStatic: FdsFormFieldControl<any>; errors: QueryList<Error>; label: string; hideRequiredMarker: boolean; iconLeft: string; iconRight: string; clearBtn: boolean; constructor(); get _control(): FdsFormFieldControl<any>; get controlType(): string; getClasses(): any; isInvalid(): number | boolean; isValid(): boolean; ngOnInit(): void; clearCtrl(): void; isClearBtnShown(): boolean; }