Blame view

天文台pc/tianwentai-ui/node_modules/react-dnd/dist/hooks/useDragLayer.d.ts 287 Bytes
bc518174   王天杨   提交两个项目文件
1
2
3
4
5
6
  import type { DragLayerMonitor } from '../types/index.js';
  /**
   * useDragLayer Hook
   * @param collector The property collector
   */
  export declare function useDragLayer<CollectedProps, DragObject = any>(collect: (monitor: DragLayerMonitor<DragObject>) => CollectedProps): CollectedProps;