declare module "json-schema-editor-vue" {
    const JsonSchemaEditor: any;
    export default JsonSchemaEditor;
}
