We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 172da9b + e0e99a5 commit 7dd3b6aCopy full SHA for 7dd3b6a
index.d.ts
@@ -29,7 +29,7 @@ declare module 'react-native-inappbrowser-reborn' {
29
endEnter: string,
30
endExit: string
31
},
32
- headers?: { [string]: string }
+ headers?: { [key: string]: string }
33
}
34
35
type AuthSessionResult = RedirectResult | BrowserResult;
0 commit comments