UNPKG

phx-react

Version:

PHX REACT

6 lines 335 B
import { ContentEditable } from '@lexical/react/LexicalContentEditable'; import * as React from 'react'; export default function LexicalContentEditable({ className }) { return React.createElement(ContentEditable, { spellCheck: false, className: className || 'ContentEditable__root' }); } //# sourceMappingURL=ContentEditable.js.map