UNPKG

@progress/kendo-angular-listbox

Version:
14 lines (13 loc) 1 kB
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { DataBindingDirective } from "./data-binding.directive"; import { ItemSelectableDirective } from "./item-selectable.directive"; import { ItemTemplateDirective } from "./item-template.directive"; import { ListBoxComponent } from "./listbox.component"; import { CustomMessagesComponent } from "./localization/custom-messages.component"; /** * Utility array that contains all `@progress/kendo-angular-listbox` related components and directives */ export declare const KENDO_LISTBOX: readonly [typeof ListBoxComponent, typeof ItemTemplateDirective, typeof ItemSelectableDirective, typeof DataBindingDirective, typeof CustomMessagesComponent];