UNPKG

react-markdown-editor-lite

Version:
36 lines (35 loc) 647 B
"use strict"; exports.__esModule = true; exports.default = void 0; var defaultConfig = { theme: 'default', view: { menu: true, md: true, html: true }, canView: { menu: true, md: true, html: true, both: true, fullScreen: true, hideMenu: true }, htmlClass: '', markdownClass: '', syncScrollMode: ['rightFollowLeft', 'leftFollowRight'], imageUrl: '', imageAccept: '', linkUrl: '', table: { maxRow: 4, maxCol: 6 }, allowPasteImage: true, onImageUpload: undefined, onCustomImageUpload: undefined, shortcuts: true }; var _default = defaultConfig; exports.default = _default;