UNPKG

@monaco-editor/react

Version:

Monaco Editor for React - use the monaco-editor in any React application without needing to use webpack (or rollup/parcel/etc) configuration files / plugins

7 lines (4 loc) 127 B
import { memo } from 'react'; import Editor from './Editor.js'; var index = /*#__PURE__*/memo(Editor); export default index;