UNPKG

vuetify

Version:

Vue Material Component Framework

4 lines (3 loc) 268 B
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;