@visactor/react-vtable
Version:
The react version of VTable
13 lines (10 loc) • 401 B
JavaScript
;
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