Files
routie/frontend/node_modules/vuetify/lib/util/getScrollParent.d.ts
T

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;