UNPKG

igniteui-angular

Version:

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

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