UNPKG

react-json-schema-editor-antd

Version:

Json Schema Editor

8 lines (7 loc) 257 B
import React from 'react'; import { SchemaItemProps } from "../../../types"; import './index.less'; declare const _default: React.MemoExoticComponent<(props: SchemaItemProps & { nodeDepthPathObj?: any; }) => React.JSX.Element>; export default _default;