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
/
styles
/
editor.d.ts
6 lines
(5 loc)
•
214 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
const
StyledEditor
:
import
(
"styled-components"
).
StyledComponent
<
"div"
,
any
, {
rtl
:
boolean
;
readOnly
?:
boolean
|
undefined
;
readOnlyWriteCheckboxes
?:
boolean
|
undefined
; },
never
>;