UNPKG

@fancyapps/ui

Version:

Robust JavaScript UI Component Library

3 lines (2 loc) 189 B
export declare const isScrollable: (ele: HTMLElement | null) => boolean; export declare const getScrollableParent: (el: HTMLElement, limit?: HTMLElement | undefined) => null | HTMLElement;