UNPKG

@platform/ui.datagrid

Version:

Isolated tabular DataGrid.

8 lines (7 loc) 196 B
import { Observable } from 'rxjs'; import { t } from '../common'; export declare function init(args: { grid: t.IGrid; command$: Observable<t.IGridCommand>; fire: t.GridFire; }): void;