@progress/kendo-react-sortable
Version:
React Sortable provides a sortable drag-and-drop functionality to elements within a list. KendoReact Sortable package
20 lines (19 loc) • 627 B
JavaScript
/**
* @license
*-------------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the package root for more information
*-------------------------------------------------------------------------------------------
*/
import { PreventableEvent as n } from "./PreventableEvent.mjs";
class o extends n {
/**
* @hidden
*/
constructor(t, e, r) {
super(), this.target = t, this.prevIndex = e, this.element = r;
}
}
export {
o as SortableOnDragStartEvent
};