band.js 287 B

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