UNPKG

starboard-rich-editor

Version:

Rich text editor used in Starboard Notebook

7 lines 215 B
import HardBreak from 'rich-markdown-editor/dist/nodes/HardBreak'; export default class HardBreak_ extends HardBreak { get name() { return 'hardbreak'; } } //# sourceMappingURL=HardBreak.js.map