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
/
parse_style_html.d.ts
10 lines
(9 loc)
•
254 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
DOMElement
}
from
"@wangeditor/editor/dist/editor/src/utils/dom"
;
import
{
Descendant
}
from
"slate"
;
/** * *
@param
$node
*
@param
node
*
@returns
*/
export
declare
function
parseStyleHtml
(
$node: DOMElement, node: Descendant
):
Descendant
;