UNPKG

ze-react-component-library

Version:
8 lines (7 loc) 219 B
import React from "react"; import "./index.less"; export declare type ZESchemaEditorProps = { showAutoSchema?: boolean; }; declare const ZESchemaEditor: React.FC<ZESchemaEditorProps>; export default ZESchemaEditor;