@adaptabletools/adaptable
Version:
Powerful AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements
4 lines (3 loc) • 359 B
TypeScript
import { DragProxyMoveParams } from '@infinite-table/infinite-react';
export { DragDropProvider, DragList, useDragDropProvider, useDragListContext, DRAG_ITEM_ATTRIBUTE, type DragListProps, type DragDropSourceAndTarget, } from '@infinite-table/infinite-react';
export declare function defaultDragProxyMove({ proxyElement, dx, dy }: DragProxyMoveParams): void;