UNPKG

slightning-coco-widget

Version:

SLIGHTNING 的 CoCo 控件框架。

4 lines (3 loc) 197 B
declare type ScrollElement = HTMLElement | Window; export declare function getScrollParent(el: Element, root?: ScrollElement | null | undefined): Window | Element | null | undefined; export {};