index.js 599 B

123456789101112
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. exports.geoLibrary = exports.GeoPath = exports.GeoView = void 0;
  4. const geoView_1 = require("./geoView");
  5. Object.defineProperty(exports, "GeoView", { enumerable: true, get: function () { return geoView_1.GeoView; } });
  6. const geoPath_1 = require("./geoPath");
  7. Object.defineProperty(exports, "GeoPath", { enumerable: true, get: function () { return geoPath_1.GeoPath; } });
  8. exports.geoLibrary = {
  9. 'composition.geoView': geoView_1.GeoView,
  10. 'composition.geoPath': geoPath_1.GeoPath,
  11. };
  12. //# sourceMappingURL=index.js.map