import * as React from "react"; import extensions from "@shared/editor/packages/basic"; import Editor, { Props as EditorProps } from "~/components/Editor"; import type { Editor as SharedEditor } from "~/editor"; const CommentEditor = ( props: EditorProps, ref: React.RefObject ) => { return ; }; export default React.forwardRef(CommentEditor);