@zhangqingcq/vgce 0.1.26 → 0.1.28
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/types/index.d.ts +2 -1
package/package.json
CHANGED
package/types/index.d.ts
CHANGED
@@ -10,9 +10,10 @@ export declare const SvgEditor: DefineComponent<{
|
|
10
10
|
customToolbar?: any[]
|
11
11
|
vueComp?: Record<string, any>
|
12
12
|
saveFile?: boolean
|
13
|
+
mqtt?: { cover: boolean; url: string; user: string; pwd: string; topics: string }
|
13
14
|
onOnPreview?: (d: Record<string, any>) => void
|
14
15
|
onOnSave?: (d: Record<string, any>) => void
|
15
|
-
onOnReturn?: () => void
|
16
|
+
onOnReturn?: (d: Record<string, any>) => void
|
16
17
|
}>
|
17
18
|
export declare const SvgViewer: DefineComponent<{
|
18
19
|
data?: Record<string, any>
|