芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/react-dnd-html5-backend/lib/OffsetUtils.d.ts
import { XYCoord } from 'dnd-core'; export declare function getNodeClientOffset(node: any): { x: any; y: any; } | null; export declare function getEventClientOffset(e: any): { x: any; y: any; }; export declare function getDragPreviewOffset(sourceNode: any, dragPreview: any, clientOffset: XYCoord, anchorPoint: any, offsetPoint: any): { x: any; y: any; };