@uiw/react-textarea-code-editor
Version:
A simple code editor with syntax highlighting.
10 lines • 337 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import Editor from "./Editor.js";
import { jsx as _jsx } from "react/jsx-runtime";
export * from "./Editor.js";
export default /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/_jsx(Editor, _extends({}, props, {
ref: ref
}));
});