更新
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
declare function trigger(
|
||||
el: Element | Document,
|
||||
type: string,
|
||||
options?: any
|
||||
): void;
|
||||
declare function trigger(type: string, options?: any): void;
|
||||
|
||||
export = trigger;
|
||||
Reference in New Issue
Block a user