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
/
utils
/
vnode.d.ts
4 lines
(3 loc)
•
260 B
TypeScript
View Raw
1
2
3
4
export
declare
function
addVnodeProps
(
vnode
:
Record
<
string
,
any
>,
newData
:
Record
<
string
,
any
>
):
void
;
export
declare
function
setPropertys
(
$elem
:
object
,
attrs
:
Record
<
string
,
string
>
):
void
;
export
declare
function
convertHyphenToCamel
(
str
:
string
):
string
;