@lvce-editor/virtual-dom-worker 2.12.0 → 2.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts
CHANGED
|
@@ -252,7 +252,7 @@ declare const Welcome = "Welcome";
|
|
|
252
252
|
declare const WelcomeMessage = "WelcomeMessage";
|
|
253
253
|
export interface DomEventListener {
|
|
254
254
|
readonly name: string;
|
|
255
|
-
readonly params: readonly string[];
|
|
255
|
+
readonly params: readonly (string | number)[];
|
|
256
256
|
readonly preventDefault?: boolean;
|
|
257
257
|
readonly passive?: boolean;
|
|
258
258
|
}
|
package/package.json
CHANGED