UNPKG

@progress/kendo-react-gantt

Version:

React Gantt enables the display of self-referencing tabular data with many features. KendoReact Gantt package

22 lines (21 loc) 660 B
/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ /** @hidden */ export interface DragEvent { pageX: number; pageY: number; clientX: number; clientY: number; offsetX: number; offsetY: number; type: string; ctrlKey: boolean; shiftKey: boolean; altKey: boolean; originalEvent: PointerEvent; }