igniteui-angular
Version:
Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps
12 lines (11 loc) • 556 B
TypeScript
import { BaseFilteringComponent } from './base-filtering.component';
import * as i0 from "@angular/core";
/**
* A component used for presenting Excel style conditional filter UI.
*/
export declare class IgxExcelStyleSelectingComponent {
esf: BaseFilteringComponent;
constructor(esf: BaseFilteringComponent);
static ɵfac: i0.ɵɵFactoryDeclaration<IgxExcelStyleSelectingComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<IgxExcelStyleSelectingComponent, "igx-excel-style-selecting", never, {}, {}, never, never, true, never>;
}