UNPKG

@blueprintjs/table

Version:

Scalable interactive table component

7 lines (6 loc) 170 B
export interface MovementDelta { /** The number of rows by which to move. */ rows: number; /** The number of columns by which to move. */ cols: number; }