Skip to content

Commit dce41a4

Browse files
authored
Merge pull request #24 from wcandillon/patch-1
Add typescript definition file
2 parents 2ad9365 + 3013fca commit dce41a4

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
@@ -0,0 +1,5 @@
1+
declare module "react-native-splash-screen" {
2+
export default class SplashScreen {
3+
static hide(): void;
4+
}
5+
}

0 commit comments

Comments
 (0)