EASYAIuniappNewUI/node_modules/@dcloudio/uni-cli-shared/dist/mp/event.d.ts
2025-02-08 18:50:38 +08:00

6 lines
193 B
TypeScript

export declare function formatMiniProgramEvent(eventName: string, { isCatch, isCapture, isComponent, }: {
isCatch?: boolean;
isCapture?: boolean;
isComponent?: boolean;
}): string;