"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Band = void 0;
const scale_1 = require("@antv/scale");
const Band = (options) => {
return new scale_1.Band(options);
};
exports.Band = Band;
exports.Band.props = {};