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
/
inlineStyleFn.d.ts
3 lines
(2 loc)
•
113 B
TypeScript
View Raw
1
2
3
declare
const
_default
:
(
props
:
any
,
options
:
any
) =>
(
styles
:
any
,
block
:
any
) =>
any
;
export
default
_default;