UNPKG

@visactor/react-vtable

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