UNPKG

@visactor/vchart

Version:

charts lib based @visactor/VGrammar

30 lines (24 loc) 729 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: !0 }), exports.registerGridLayout = exports.GridLayout = exports.Layout = void 0; const base_layout_1 = require("./base-layout"); Object.defineProperty(exports, "Layout", { enumerable: !0, get: function() { return base_layout_1.Layout; } }); const grid_layout_1 = require("./grid-layout/grid-layout"); Object.defineProperty(exports, "GridLayout", { enumerable: !0, get: function() { return grid_layout_1.GridLayout; } }), Object.defineProperty(exports, "registerGridLayout", { enumerable: !0, get: function() { return grid_layout_1.registerGridLayout; } }); //# sourceMappingURL=index.js.map