vue-cesium
Version:
Vue 3.x components for CesiumJS.
18 lines (13 loc) • 427 B
JavaScript
Object.defineProperty(exports, '__esModule', { value: true });
var index = require('./src/index.js');
;
index["default"].install = (app) => {
app.component(index["default"].name, index["default"]);
};
const _Entity = index["default"];
const VcEntity = _Entity;
exports.entityProps = index.entityProps;
exports.VcEntity = VcEntity;
exports["default"] = _Entity;
//# sourceMappingURL=index.js.map
;