UNPKG

@visactor/react-vtable

Version:

The react version of VTable

9 lines (7 loc) 307 B
import { PivotTableSimple as PivotTableConstrouctor } from "@visactor/vtable"; import { createTable } from "./base-table"; export const PivotTableSimple = createTable("PivotTable", { type: "pivot-table", vtableConstrouctor: PivotTableConstrouctor }); //# sourceMappingURL=pivot-table-simple.js.map