import type { IRowNode } from './iRowNode'; export interface RedrawRowsParams { /** Row nodes to redraw */ rowNodes?: IRowNode[]; }