All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 35s
5 lines
308 B
TypeScript
5 lines
308 B
TypeScript
import { TargetConnector } from '../../internals';
|
|
import { DropTargetMonitor } from '../../types';
|
|
import { DropTargetHookSpec } from '../types';
|
|
export declare function useRegisteredDropTarget<O, R, P>(spec: DropTargetHookSpec<O, R, P>, monitor: DropTargetMonitor<O, R>, connector: TargetConnector): void;
|