UNPKG

ag-grid-community

Version:

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

5 lines (4 loc) 272 B
import type { BeanCollection } from '../../context/context'; export declare function showLoadingOverlay(beans: BeanCollection): void; export declare function showNoRowsOverlay(beans: BeanCollection): void; export declare function hideOverlay(beans: BeanCollection): void;