UNPKG

@progress/kendo-angular-utils

Version:

Kendo UI Angular utils component

12 lines (11 loc) 686 B
/**----------------------------------------------------------------------------------------- * Copyright © 2025 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 } 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';