Skip to content

Commit 7dd3b6a

Browse files
authored
Merge pull request #53 from petekp/patch-1
Fix typing
2 parents 172da9b + e0e99a5 commit 7dd3b6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ declare module 'react-native-inappbrowser-reborn' {
2929
endEnter: string,
3030
endExit: string
3131
},
32-
headers?: { [string]: string }
32+
headers?: { [key: string]: string }
3333
}
3434

3535
type AuthSessionResult = RedirectResult | BrowserResult;

0 commit comments

Comments
 (0)