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