@progress/kendo-angular-filter
Version:
Kendo UI Angular Filter
13 lines (12 loc) • 926 B
TypeScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import { FilterFieldComponent } from "./filter-field.component";
import { FilterComponent } from "./filter.component";
import { CustomMessagesComponent } from "./localization/custom-messages.component";
import { FilterValueEditorTemplateDirective } from "./templates/value-editor.template";
/**
* Utility array that contains all `@progress/kendo-angular-filter` related components and directives
*/
export declare const KENDO_FILTER: readonly [typeof FilterComponent, typeof FilterFieldComponent, typeof CustomMessagesComponent, typeof FilterValueEditorTemplateDirective];