point.js 294 B

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