UNPKG

vue3-dnd

Version:

Drag and Drop for Vue Composition API

6 lines (5 loc) 291 B
import { TargetConnector } from '../../internals'; import type { DropTargetOptions } from '../../types'; import { Ref } from 'vue-demi'; import { MaybeRef } from '../../types/utils'; export declare function useDropTargetConnector(options: MaybeRef<DropTargetOptions>): Ref<TargetConnector>;