4 lines
268 B
TypeScript
4 lines
268 B
TypeScript
export declare function getScrollParent(el?: HTMLElement, includeHidden?: boolean): HTMLElement;
|
|
export declare function getScrollParents(el?: Element | null, stopAt?: Element | null): HTMLElement[];
|
|
export declare function hasScrollbar(el?: Element | null): boolean;
|