UNPKG

@visactor/react-vtable

Version:
13 lines (10 loc) 401 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: !0 }), exports.PivotTableSimple = void 0; const vtable_1 = require("@visactor/vtable"), base_table_1 = require("./base-table"); exports.PivotTableSimple = (0, base_table_1.createTable)("PivotTable", { type: "pivot-table", vtableConstrouctor: vtable_1.PivotTableSimple }); //# sourceMappingURL=pivot-table-simple.js.map