UNPKG

web-ui-pack

Version:
5 lines (4 loc) 250 B
/** Find first parent with active scroll X/Y */ export default function findScrollParent(el: Element): HTMLElement | null; /** Find all parents with active scroll X/Y */ export declare function findScrollParentAll(el: Element): HTMLElement[] | null;