| 123456789101112 |
- "use strict";
- Object.defineProperty(exports, "__esModule", { value: true });
- exports.geoLibrary = exports.GeoPath = exports.GeoView = void 0;
- const geoView_1 = require("./geoView");
- Object.defineProperty(exports, "GeoView", { enumerable: true, get: function () { return geoView_1.GeoView; } });
- const geoPath_1 = require("./geoPath");
- Object.defineProperty(exports, "GeoPath", { enumerable: true, get: function () { return geoPath_1.GeoPath; } });
- exports.geoLibrary = {
- 'composition.geoView': geoView_1.GeoView,
- 'composition.geoPath': geoPath_1.GeoPath,
- };
- //# sourceMappingURL=index.js.map
|