UNPKG

@platform/ui.datagrid

Version:

Isolated tabular DataGrid.

4 lines (3 loc) 146 B
import { Grid } from '../../grid'; import { t } from '../common'; export declare function mouseCell(grid: Grid, type: t.IGridMouse['type']): any;