uni-ticket-system/node_modules/@dcloudio/uni-cli-shared/dist/mp/event.d.ts
2023-12-05 10:11:10 +08:00

6 lines
193 B
TypeScript

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