Skip to content

Commit 551507a

Browse files
adding OnNavigationStatusChange into index.d.ts (#499)
1 parent 4c3b1b6 commit 551507a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

index.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,11 @@ export function onReportSubmitHandler(
228228
preSendingHandler: (presendingHandler: Report) => void
229229
): void;
230230
export function callPrivateApi(apiName: string, param: any): void;
231+
export function onNavigationStateChange(
232+
prevState: any,
233+
currentState: any,
234+
action: any
235+
): void;
231236
export enum invocationEvent {
232237
none,
233238
shake,

0 commit comments

Comments
 (0)