UNPKG

react-json-schema-editor-antd

Version:

Json Schema Editor

10 lines (9 loc) 248 B
import React from 'react'; import './index.less'; type Props = { onLinkSchema: (modelInfo: any) => void; current_model_id?: string; schemaData: any; }; declare const _default: React.NamedExoticComponent<Props>; export default _default;