UNPKG

@progress/kendo-angular-grid

Version:

Kendo UI Grid for Angular - high performance data grid with paging, filtering, virtualization, CRUD, and more.

18 lines (17 loc) 982 B
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { Type, ViewContainerRef } from "@angular/core"; import { FilterHostDirective } from "../filter-host.directive"; import { FilterComponent } from "../filter-component.interface"; import * as i0 from "@angular/core"; /** * @hidden */ export declare class FilterCellHostDirective extends FilterHostDirective { constructor(host: ViewContainerRef); protected componentType(): Type<FilterComponent>; static ɵfac: i0.ɵɵFactoryDeclaration<FilterCellHostDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<FilterCellHostDirective, "[kendoFilterCellHost]", never, {}, {}, never, never, true, never>; }