UNPKG

@netgrif/components

Version:

Netgrif Application Engine frontend Angular components

11 lines (10 loc) 484 B
import { AbstractTextFieldComponent } from '@netgrif/components-core'; import * as i0 from "@angular/core"; /** * @deprecated * */ export declare class TextFieldComponent extends AbstractTextFieldComponent { constructor(informAboutInvalidData: boolean | null); static ɵfac: i0.ɵɵFactoryDeclaration<TextFieldComponent, [{ optional: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<TextFieldComponent, "nc-text-field", never, {}, {}, never, never, false, never>; }