UNPKG

md-editor-rt

Version:

Markdown editor for react, developed in jsx and typescript, dark theme、beautify content by prettier、render articles directly、paste or clip the picture and upload it...

2 lines (1 loc) 365 B
"use strict";const n=require("react/jsx-runtime"),l=require("react"),t=require("./chunks/config.cjs"),c=e=>{const i=l.useMemo(()=>`${t.prefix}-toolbar-item${e.disabled?" "+t.prefix+"-disabled":""}`,[e.disabled]);return n.jsx("button",{className:i,title:e.title,onClick:r=>{e.disabled||e.onClick(r)},type:"button",children:e.children||e.trigger})};module.exports=c;