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...

12 lines (11 loc) 254 B
import "react/jsx-runtime"; import "react"; import "react-dom"; import "./chunks/config.mjs"; import "./chunks/context.mjs"; import "./chunks/index2.mjs"; import "./chunks/dom.mjs"; import { M as d } from "./chunks/index.mjs"; export { d as default };