@antv/g2
Version:
the Grammar of Graphics in Javascript
8 lines • 357 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var base_1 = require("../base");
var SchemaShapeFactory = (0, base_1.registerShapeFactory)('schema', {
defaultShapeType: '', // 'schema' is for some custom shapes, so will not specify defaultShapeType
});
exports.default = SchemaShapeFactory;
//# sourceMappingURL=index.js.map