UNPKG

element-plus

Version:

A Component Library for Vue 3

3 lines (2 loc) 203 B
import type { ComputedRef, Ref } from 'vue'; export declare const useDraggable: (targetRef: Ref<HTMLElement | undefined>, dragRef: Ref<HTMLElement | undefined>, draggable: ComputedRef<boolean>) => void;