UNPKG

@uiw/react-md-editor

Version:

A markdown editor with preview, implemented with React.js and TypeScript.

9 lines (8 loc) 368 B
import MDEditor from './Editor'; import * as commands from './commands'; import * as MarkdownUtil from './utils/markdownUtils'; export type { ICommand, CommandOrchestrator, TextRange, TextState, TextApi } from './commands'; export type { TextSection } from './utils/markdownUtils'; export * from './Editor'; export { MarkdownUtil, commands }; export default MDEditor;