UNPKG

@platform/ui.datagrid

Version:

Isolated tabular DataGrid.

4 lines (3 loc) 152 B
import { Grid, IGridArgs } from '.'; export declare const createTable: () => any; export declare const createGrid: (args?: Partial<IGridArgs>) => Grid;