Blame view

天文台pc/tianwentai-ui/node_modules/react-dnd/dist/hooks/useDrag/useDragSourceMonitor.d.ts 142 Bytes
bc518174   王天杨   提交两个项目文件
1
2
  import type { DragSourceMonitor } from '../../types/index.js';
  export declare function useDragSourceMonitor<O, R>(): DragSourceMonitor<O, R>;