@shjjs/visual-ui 2.0.4 → 2.0.5
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.
|
@@ -7,7 +7,7 @@ export declare class SHJParseEvent {
|
|
|
7
7
|
* @param type 事件类型
|
|
8
8
|
* @param parser 事件解析器
|
|
9
9
|
*/
|
|
10
|
-
static addAction(type: string, parser: (event:
|
|
10
|
+
static addAction(type: string, parser: (event: any, params: any) => void): void;
|
|
11
11
|
/**
|
|
12
12
|
* 获取事件解析器
|
|
13
13
|
* @param type 事件类型
|