import React from 'react'; import { Editor as TEditor, EditorProps } from '@tarojs/components'; // import { RQTextareaProps } from './index.type'; const Editor: React.FC = ({ ...props }: EditorProps) => { return ; }; export default Editor;