UNPKG
starboard-rich-editor
Version:
latest (0.15.7)
0.15.7
0.15.2
0.15.1
0.15.0
0.14.2
0.14.1
0.14.0
Rich text editor used in Starboard Notebook
starboard-rich-editor
/
dist
/
rich-editor
/
nodes
/
HardBreak.js
7 lines
•
215 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
HardBreak
from
'rich-markdown-editor/dist/nodes/HardBreak'
;
export
default
class
HardBreak_
extends
HardBreak
{
get
name
() {
return
'hardbreak'
; } }
//# sourceMappingURL=HardBreak.js.map