UNPKG

react-json-schema-editor-antd

Version:

Json Schema Editor

9 lines (8 loc) 211 B
import React from 'react'; import './index.less'; type EmptyProps = { value?: string; height?: string; }; declare const Empty: ({ value, height }: EmptyProps) => React.JSX.Element; export default Empty;