/** 拖动事件封装 */ import type { DraggableOption } from '../types'; /** * 拖动事件封装 * @param element * @param options */ export default function (element: HTMLElement, options: DraggableOption): void;