UNPKG

@platform/ui.datagrid

Version:

Isolated tabular DataGrid.

12 lines (11 loc) 805 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Schema = exports.value = exports.func = exports.coord = void 0; var cell_coord_1 = require("@platform/cell.coord"); Object.defineProperty(exports, "coord", { enumerable: true, get: function () { return cell_coord_1.coord; } }); var cell_func_1 = require("@platform/cell.func"); Object.defineProperty(exports, "func", { enumerable: true, get: function () { return cell_func_1.func; } }); var cell_value_1 = require("@platform/cell.value"); Object.defineProperty(exports, "value", { enumerable: true, get: function () { return cell_value_1.value; } }); var cell_schema_1 = require("@platform/cell.schema"); Object.defineProperty(exports, "Schema", { enumerable: true, get: function () { return cell_schema_1.Schema; } });