UNPKG

react-json-schema-editor-antd

Version:

Json Schema Editor

9 lines (8 loc) 399 B
import React from 'react'; import '../locales/i18n'; import { SchemaEditorProps } from './types'; export interface JsonSchemaEditorHandle { updateSchema: (namePath: number[], value: any, propertyName?: string) => void; } declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<SchemaEditorProps & React.RefAttributes<JsonSchemaEditorHandle>>>; export default _default;