UNPKG

ag-grid-community

Version:

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

5 lines (4 loc) 279 B
import type { BeanCollection } from '../../context/context'; import type { Column } from '../../interfaces/iColumn'; export declare function showColumnMenu(beans: BeanCollection, colKey: string | Column): void; export declare function hidePopupMenu(beans: BeanCollection): void;