UNPKG

tui-grid

Version:

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

9 lines (7 loc) 269 B
import { Side } from './focus'; export interface ColumnCoords { readonly widths: { [key in Side]: number[] }; readonly areaWidth: { [key in Side]: number }; readonly offsets: { [key in Side]: number[] }; readonly totalColumnWidth: { [key in Side]: number }; }