UNPKG

@netgrif/components

Version:

Netgrif Application Engine frontend Angular components

8 lines (7 loc) 585 B
import { AbstractMultichoiceListFieldComponent, DataFieldPortalData, MultichoiceField } from '@netgrif/components-core'; import * as i0 from "@angular/core"; export declare class MultichoiceListFieldComponent extends AbstractMultichoiceListFieldComponent { constructor(dataFieldPortalData: DataFieldPortalData<MultichoiceField>); static ɵfac: i0.ɵɵFactoryDeclaration<MultichoiceListFieldComponent, [{ optional: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<MultichoiceListFieldComponent, "nc-multichoice-list-field", never, {}, {}, never, never, false, never>; }