芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/react-dnd/lib/hooks/useDrag.d.ts
import { DragSourceHookSpec, DragObjectWithType, ConnectDragSource, ConnectDragPreview } from '../interfaces'; /** * useDragSource hook * @param sourceSpec The drag source specification * */ export declare function useDrag
(spec: DragSourceHookSpec
): [CollectedProps, ConnectDragSource, ConnectDragPreview];