UNPKG

ag-grid-enterprise

Version:

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

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