UNPKG

hongluan-ui

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