@netgrif/components
Version:
Netgrif Application Engine frontend Angular components
8 lines (7 loc) • 560 B
TypeScript
import { ComponentRegistryService, AbstractFilterFieldTabViewComponent, FilterField } from '@netgrif/components-core';
import * as i0 from "@angular/core";
export declare class FilterFieldTabViewComponent extends AbstractFilterFieldTabViewComponent {
constructor(registry: ComponentRegistryService, filterField: FilterField);
static ɵfac: i0.ɵɵFactoryDeclaration<FilterFieldTabViewComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<FilterFieldTabViewComponent, "nc-filter-field-tab-view", never, {}, {}, never, never, false, never>;
}