UNPKG

element-plus

Version:

A Component Library for Vue3.0

7 lines (6 loc) 222 B
export declare interface IOptions { drag?: (event: Event) => void; start?: (event: Event) => void; end?: (event: Event) => void; } export default function (element: HTMLElement, options: IOptions): void;