"use strict"; 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