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
/
types.d.ts
10 lines
(9 loc)
•
191 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
interface
PropertyElement
{
metadata
?: {
dataset
?:
Record
<
string
,
string
>;
props
?: {
className
?:
string
[];
id
?:
string
; }; }; }