import type { EditorProps } from "../types"; export default function TextEditor({ row, column, onRowChange, onClose, isFromExternalChange, setIsFromExternalChange, }: EditorProps): JSX.Element;