md-editor-v3
Version:
Markdown editor for vue3, developed in jsx and typescript, dark theme、beautify content by prettier、render articles directly、paste or clip the picture and upload it...
14 lines (13 loc) • 325 B
JavaScript
import { s as staticTextDefault } from "./chunks/config.mjs";
import { b, a, c, e, p } from "./chunks/config.mjs";
const zh_CN = staticTextDefault["zh-CN"];
const en_US = staticTextDefault["en-US"];
export {
b as allFooter,
a as allToolbar,
c as config,
e as editorExtensionsAttrs,
en_US,
p as prefix,
zh_CN
};