Skip to content

Commit 9510899

Browse files
authored
Add hasBackButton to index.d.ts for typescript
1 parent 85911ad commit 9510899

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ declare module 'react-native-inappbrowser-reborn' {
5353
endExit: string
5454
},
5555
headers?: { [key: string]: string },
56+
hasBackButton?: boolean,
5657
browserPackage?: string,
5758
showInRecents?: boolean
5859
}

0 commit comments

Comments
 (0)