芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/react-dnd/lib/interfaces/connectors.d.ts
///
import { DragSourceOptions, DragPreviewOptions } from '../interfaces'; export declare type ConnectableElement = React.RefObject
| React.ReactElement | Element | null; export declare type DragElementWrapper
= (elementOrNode: ConnectableElement, options?: Options) => React.ReactElement | null; export declare type ConnectDragSource = DragElementWrapper
; export declare type ConnectDragPreview = DragElementWrapper
; export declare type ConnectDropTarget = DragElementWrapper
;