UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

8 lines 276 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var base_1 = require("../base"); var SchemaShapeFactory = base_1.registerShapeFactory('schema', { defaultShapeType: '', }); exports.default = SchemaShapeFactory; //# sourceMappingURL=index.js.map