UNPKG

vuestic-ui

Version:
9 lines (8 loc) 232 B
type ScrollElement = HTMLElement | (Window & { scrollLeft: number; scrollTop: number; }); export declare const useScrollParent: () => { getScrollableParent: (element?: HTMLElement | null) => ScrollElement; }; export {};