UNPKG

igniteui-angular

Version:

Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps

12 lines (11 loc) 539 B
import { BaseFilteringComponent } from './base-filtering.component'; import * as i0 from "@angular/core"; /** * A component used for presenting Excel style column hiding UI. */ export declare class IgxExcelStyleHidingComponent { esf: BaseFilteringComponent; constructor(esf: BaseFilteringComponent); static ɵfac: i0.ɵɵFactoryDeclaration<IgxExcelStyleHidingComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<IgxExcelStyleHidingComponent, "igx-excel-style-hiding", never, {}, {}, never, never, true, never>; }