UNPKG

@joker.front/ui

Version:

Joker UI组件库是一个精心设计和编码的项目,旨在为开发者提供一系列高效、易用且美观的用户界面组件

6 lines (5 loc) 180 B
export declare function draggable(el: HTMLElement, options: { start?: (e: MouseEvent) => void; end?: (e: MouseEvent) => void; drag?: (e: MouseEvent) => void; }): void;