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

3 lines (2 loc) 112 B
import { ContentType } from './type'; export declare const EditorContext: import("react").Context<ContentType>;