CustomElement.js 299 B

123456
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. exports.CustomElement = void 0;
  4. var g_1 = require("@antv/g");
  5. Object.defineProperty(exports, "CustomElement", { enumerable: true, get: function () { return g_1.CustomElement; } });
  6. //# sourceMappingURL=CustomElement.js.map