UNPKG

@layui/layer-vue

Version:

a component library for Vue 3 base on layui-vue

4 lines (3 loc) 290 B
declare const useMove: (el: HTMLElement, moveOut: boolean, callback: Function, endCallback: Function, startCallback: Function) => void; declare const useResize: (el: HTMLElement, callback: Function, endCallback: Function, startCallback: Function) => void; export { useResize, useMove };