UNPKG

react-markdown-editor-lite

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