UNPKG

ag-grid-community

Version:

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

4 lines (3 loc) 213 B
import type { BeanCollection } from '../../context/context'; import type { RowCtrl } from '../../rendering/row/rowCtrl'; export declare function _applyRowEditStyles(beans: BeanCollection, rowCtrl: RowCtrl): void;