vending-machine/mobile/node_modules/licia/trigger.d.ts
2026-04-03 06:07:13 +08:00

9 lines
179 B
TypeScript

declare function trigger(
el: Element | Document,
type: string,
options?: any
): void;
declare function trigger(type: string, options?: any): void;
export = trigger;