This commit is contained in:
4
node_modules/react-dnd/lib/hooks/useDrop/useDropTarget.d.ts
generated
vendored
Normal file
4
node_modules/react-dnd/lib/hooks/useDrop/useDropTarget.d.ts
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
import { DropTargetMonitor } from '../../types';
|
||||
import { DropTargetHookSpec } from '../types';
|
||||
import { DropTargetImpl } from './DropTargetImpl';
|
||||
export declare function useDropTarget<O, R, P>(spec: DropTargetHookSpec<O, R, P>, monitor: DropTargetMonitor<O, R>): DropTargetImpl<O, R, P>;
|
||||
Reference in New Issue
Block a user