@cgcs2000/l7plot-component
Version:
Components for L7Plot
8 lines • 504 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ContinueLegend = exports.CategoryLegend = void 0;
var category_1 = require("./category");
Object.defineProperty(exports, "CategoryLegend", { enumerable: true, get: function () { return category_1.CategoryLegend; } });
var continue_1 = require("./continue");
Object.defineProperty(exports, "ContinueLegend", { enumerable: true, get: function () { return continue_1.ContinueLegend; } });
//# sourceMappingURL=index.js.map