UNPKG

ag-grid-community

Version:

Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue

10 lines (9 loc) 740 B
import type { UtilBeanCollection } from '../interfaces/agCoreBeanCollection'; export declare function _getRootNode(beans: UtilBeanCollection): Document | ShadowRoot; export declare function _getActiveDomElement(beans: UtilBeanCollection): Element | null; export declare function _getDocument(beans: UtilBeanCollection): Document; export declare function _isNothingFocused(beans: UtilBeanCollection): boolean; export declare function _getWindow(beans: UtilBeanCollection): Window & typeof globalThis; export declare function _getPageBody(beans: UtilBeanCollection): HTMLElement | ShadowRoot; export declare function _getBodyWidth(beans: UtilBeanCollection): number; export declare function _getBodyHeight(beans: UtilBeanCollection): number;