EASYAIuniappNewUI/node_modules/licia/trigger.d.ts
2025-02-08 18:50:38 +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;