UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

6 lines (5 loc) 219 B
/** * Returns the nearest scrollable parent of the element or `null` if the element * is not contained in a scrollable element. */ export declare function getScrollContainer(element: Element | null): Element | null;