uni-ticket-system/node_modules/licia/trigger.d.ts
2023-12-05 10:11:10 +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;