UNPKG

@progress/kendo-angular-sortable

Version:

A Sortable Component for Angular

13 lines (12 loc) 945 B
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { SortableBindingDirective } from "./binding.directive"; import { DraggableDirective } from "./draggable.directive"; import { ItemTemplateDirective, PlaceholderTemplateDirective } from "./item-template.directive"; import { SortableComponent } from "./sortable.component"; /** * Utility array that contains all `@progress/kendo-angular-sortable` related components and directives */ export declare const KENDO_SORTABLE: readonly [typeof SortableComponent, typeof DraggableDirective, typeof PlaceholderTemplateDirective, typeof ItemTemplateDirective, typeof SortableBindingDirective];