UNPKG
react-native-close-app
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
React Native Close App
github.com/jundat95/react-native-close-app
jundat95/react-native-close-app
react-native-close-app
/
index.d.ts
11 lines
(8 loc)
•
246 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
// Type definitions for react-native-close-app 1.0.2
// Project: https://github.com/jundat95/react-native-close-app.git
declare
module
'react-native-close-app'
{
const
RNCloseApp
: {
close
:
() =>
void
};
export
default
RNCloseApp
; }