UNPKG

@platform/ui.datagrid

Version:

Isolated tabular DataGrid.

7 lines (6 loc) 267 B
import { Grid } from '../grid'; import { FactoryManager } from '../factory'; export * from './types'; export * from './render.cell'; export * from './render.header'; export declare function registerAll(Table: Handsontable, grid: Grid, factory: FactoryManager): void;