This commit is contained in:
8
node_modules/licia/trigger.d.ts
generated
vendored
Normal file
8
node_modules/licia/trigger.d.ts
generated
vendored
Normal file
@@ -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