我正在使用suneditor-react和typescript。我想获取编辑器的内容来创建 PDF。但问题是当我尝试访问 SunEditor 的引用时,出现以下错误
Property 'ref' does not exist on type 'IntrinsicAttributes & SunEditorReactProps & { children?: ReactNode; }'.
此外,我getContents()
在SunEditorReactProps
. 但它在他们的示例页面中。
请给出你的想法。