UNPKG

@netgrif/components

Version:

Netgrif Application Engine frontend Angular components

13 lines (12 loc) 536 B
import { AbstractButtonFieldComponent } from '@netgrif/components-core'; import * as i0 from "@angular/core"; /** * @deprecated * */ export declare class ButtonFieldComponent extends AbstractButtonFieldComponent { align: string; stretch: string; constructor(informAboutInvalidData: boolean | null); static ɵfac: i0.ɵɵFactoryDeclaration<ButtonFieldComponent, [{ optional: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<ButtonFieldComponent, "nc-button-field", never, {}, {}, never, never, false, never>; }