Blame view

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