UNPKG

react-json-schema-editor-antd

Version:

Json Schema Editor

9 lines (8 loc) 244 B
import React from 'react'; type ImportModalProps = { open: boolean; onOk?: (importValue: any) => void; onCancel?: () => void; }; declare const ImportModal: (props: ImportModalProps) => React.JSX.Element; export default ImportModal;