UNPKG
@kedao/editor
Version:
latest (0.0.2)
0.0.2
0.0.1
Rich Text Editor Based On Draft.js
@kedao/editor
/
lib
/
renderers
/
inline
/
inlineStyleMap.d.ts
14 lines
(13 loc)
•
290 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
declare
const
_default
:
(
props
:
any
,
customStyleMap
?: {}
) =>
{
SUPERSCRIPT
: {
position
:
string
;
top
:
string
;
fontSize
:
string
; };
SUBSCRIPT
: {
position
:
string
;
bottom
:
string
;
fontSize
:
string
; }; };
export
default
_default;