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
/
types.d.ts
8 lines
(7 loc)
•
152 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
interface
ContentContainer
{ textContent:
string
;
/** * Whether editing is enabled or not. */
editable?:
boolean
; }