constant.js 315 B

12345678910
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. exports.Constant = void 0;
  4. const scale_1 = require("@antv/scale");
  5. const Constant = (options) => {
  6. return new scale_1.Constant(options);
  7. };
  8. exports.Constant = Constant;
  9. exports.Constant.props = {};
  10. //# sourceMappingURL=constant.js.map