UNPKG

@netgrif/components

Version:

Netgrif Application Engine frontend Angular components

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