UNPKG

ag-grid-community

Version:

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

7 lines (6 loc) 200 B
import type { AgColumn } from '../entities/agColumn'; import type { IRowNode } from './iRowNode'; export interface PopupPositionParams { column?: AgColumn | null; rowNode?: IRowNode | null; }