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