ag-grid-community
Version:
Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue
3 lines (2 loc) • 468 B
TypeScript
export declare function _shouldShowHorizontalScroll(horizontalElement: HTMLElement, verticalScrollElement?: HTMLElement, scrollbarWidth?: number, primaryScrollbarElement?: HTMLElement, oppositeScrollbarElement?: HTMLElement): boolean;
export declare function _shouldShowVerticalScroll(verticalElement: HTMLElement, horizontalScrollElement?: HTMLElement, scrollbarWidth?: number, primaryScrollbarElement?: HTMLElement, oppositeScrollbarElement?: HTMLElement): boolean;