UNPKG

vue3-dnd

Version:

Drag and Drop for Vue Composition API

5 lines (4 loc) 327 B
import type { TargetConnector } from '../../internals'; import { MaybeRef } from '../../types/utils'; import { DropTargetHookSpec } from '../types'; export declare function useConnectDropTarget<O, R, P>(connector: MaybeRef<TargetConnector>, spec: MaybeRef<DropTargetHookSpec<O, R, P>>): import("../../types").ConnectNode<any>;