Skip to content

Commit 3013fca

Browse files
authored
Add typescript definition file
1 parent 2ad9365 commit 3013fca

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)