更新
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
export declare function formatMiniProgramEvent(eventName: string, { isCatch, isCapture, isComponent, }: {
|
||||
isCatch?: boolean;
|
||||
isCapture?: boolean;
|
||||
isComponent?: boolean;
|
||||
}): string;
|
||||
Reference in New Issue
Block a user