Files
midi-h5/uni_modules/UniDevTools/node_modules/licia/trigger.d.ts

9 lines
179 B
TypeScript
Raw Normal View History

2025-08-11 11:51:38 +08:00
declare function trigger(
el: Element | Document,
type: string,
options?: any
): void;
declare function trigger(type: string, options?: any): void;
export = trigger;