UNPKG

react-markdown-editor-lite

Version:
7 lines 197 B
import * as React from 'react'; export default function ToolBar(props) { return /*#__PURE__*/React.createElement("div", { className: "tool-bar", style: props.style }, props.children); }