UNPKG

@platform/ui.datagrid

Version:

Isolated tabular DataGrid.

6 lines (5 loc) 172 B
import * as t from './types'; export declare function toSelectionValues(args: { cells: t.IGridData['cells']; selection: t.IGridSelection; }): t.IGridData['cells'];