UNPKG

@platform/ui.datagrid

Version:

Isolated tabular DataGrid.

9 lines (8 loc) 309 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); tslib_1.__exportStar(require("./types"), exports); tslib_1.__exportStar(require("./components/DataGrid"), exports); var api_1 = require("./api"); exports.Grid = api_1.Grid; exports.Cell = api_1.Cell;