{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/geometry/shape/schema/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAC;AAE/C,IAAM,kBAAkB,GAAG,oBAAoB,CAAC,QAAQ,EAAE;IACxD,gBAAgB,EAAE,EAAE,EAAE,2EAA2E;CAClG,CAAC,CAAC;AAEH,eAAe,kBAAkB,CAAC","sourcesContent":["import { registerShapeFactory } from '../base';\n\nconst SchemaShapeFactory = registerShapeFactory('schema', {\n defaultShapeType: '', // 'schema' is for some custom shapes, so will not specify defaultShapeType\n});\n\nexport default SchemaShapeFactory;\n"]}