ag-grid-community
Version:
Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components
24 lines (23 loc) • 964 B
TypeScript
export declare function isBrowserIE(): boolean;
export declare function isBrowserEdge(): boolean;
export declare function isBrowserSafari(): boolean;
export declare function isBrowserChrome(): boolean;
export declare function isBrowserFirefox(): boolean;
export declare function isIOSUserAgent(): boolean;
export declare function getTabIndex(el: HTMLElement): string | null;
export declare function getMaxDivHeight(): number;
export declare function getScrollbarWidth(): number;
/** @deprecated */
export declare function hasOverflowScrolling(): boolean;
/**
* Gets the document body width
* from: http://stackoverflow.com/questions/1038727/how-to-get-browser-width-using-javascript-code
* @returns {number}
*/
export declare function getBodyWidth(): number;
/**
* Gets the body height
* from: http://stackoverflow.com/questions/1038727/how-to-get-browser-width-using-javascript-code
* @returns {number}
*/
export declare function getBodyHeight(): number;