UNPKG

@uiw/react-md-editor

Version:

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

7 lines 248 B
import MDEditor from './Editor'; import * as commands from './commands'; import * as MarkdownUtil from './utils/markdownUtils'; export * from './Editor'; export { MarkdownUtil, commands }; export default MDEditor; //# sourceMappingURL=index.js.map