This simple component:
const Editable = ({multiline}: { multiline: boolean }) => { const ref = useRef(null)