UNPKG

ag-grid-community

Version:

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

5 lines (4 loc) 152 B
import type { RowNode } from '../entities/rowNode'; export interface IRowChildrenService { getHasChildrenValue(rowNode: RowNode): boolean | null; }