UNPKG

ivue-material-plus

Version:

A high quality UI components Library with Vue.js

6 lines (5 loc) 297 B
import type { Ref, ComputedRef } from 'vue'; export declare const useDraggable: (targetRef: Ref<HTMLElement | undefined>, dragRef: Ref<HTMLElement | undefined>, dragData: Record<string, any>, draggable: ComputedRef<boolean>, options: { sticky: boolean; stickyDistance: number; }) => void;