UNPKG

@arco-design/web-vue

Version:

Arco Design Vue 2.0: A Vue.js 3 UI Library

8 lines (7 loc) 275 B
export declare const getDiffRect: (node: HTMLElement, parentNode: HTMLElement) => { left: number; top: number; right: number; bottom: number; }; export declare const updateScrollOffset: (parentNode: HTMLElement, direction: 'horizontal' | 'vertical') => void;