UNPKG

react-json-schema-editor-antd

Version:

Json Schema Editor

5 lines (4 loc) 181 B
import React from 'react'; import { SchemaItemProps } from "../../../types"; declare const CombinedMode: (props: SchemaItemProps) => React.JSX.Element; export default CombinedMode;