简体中文
Appearance
查找元素的最近可滚动父级元素。如果没有找到滚动父级,则返回 window。
window
import { getParentScroller } from 'rattail' const scroller = getParentScroller(document.querySelector('div'))
el
HTMLElement
HTMLElement | Window