UNPKG

tui-grid

Version:

TOAST UI Grid : Powerful data grid control supported by TOAST UI

10 lines (7 loc) 233 B
import { Dictionary } from '../options'; import { RowKey } from './data'; export type CellHeightMap = Dictionary<Dictionary<number>>; export interface RenderState { hoveredRowKey: RowKey | null; cellHeightMap: CellHeightMap; }