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.d.ts
5 lines
(4 loc)
•
149 B
TypeScript
View Raw
1
2
3
4
5
import
HardBreak
from
'rich-markdown-editor/dist/nodes/HardBreak'
;
export
default
class
HardBreak_
extends
HardBreak
{
get
name
():
string
; }