@netgrif/components
Version:
Netgrif Application Engine frontend Angular components
11 lines (10 loc) • 484 B
TypeScript
import { AbstractUserFieldComponent } from '@netgrif/components-core';
import * as i0 from "@angular/core";
/**
* @deprecated
* */
export declare class UserFieldComponent extends AbstractUserFieldComponent {
constructor(informAboutInvalidData: boolean | null);
static ɵfac: i0.ɵɵFactoryDeclaration<UserFieldComponent, [{ optional: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<UserFieldComponent, "nc-user-field", never, {}, {}, never, never, false, never>;
}