UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

6 lines 255 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; //# sourceMappingURL=scroll.d.ts.map