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