UNPKG
wangeditor-bind-property
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
wangeditor 富文本、添加自定义class dataset
wangeditor-bind-property
/
dist
/
types
/
style_to_html.d.ts
3 lines
(2 loc)
•
114 B
TypeScript
View Raw
1
2
3
import
{
Descendant
}
from
"slate"
;
export
declare
function
styleToHtml
(
node
:
Descendant
,
elemHtml
:
string
):
any
;