UNPKG

ag-grid-enterprise

Version:

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

3 lines (2 loc) 202 B
import type { BeanCollection, IStatusPanel } from 'ag-grid-community'; export declare function getStatusPanel<TStatusPanel = IStatusPanel>(beans: BeanCollection, key: string): TStatusPanel | undefined;