UNPKG

@progress/kendo-angular-utils

Version:

Kendo UI Angular utils component

12 lines (11 loc) 740 B
/**----------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ export { AutoScrollOptions } from './autoscroll-options'; export { DragTargetDataFn, DragTargetIdFn, DragTargetDataArgs, DragTargetIdArgs } from './functions'; export { ScrollDirection } from './scroll-direction'; export { Coordinates } from './coordinates'; export { HintSettings } from './hint-settings'; export { DragAxis } from './drag-axis'; export { DragMode } from './drag-mode';