UNPKG

react-native-close-app

Version:
11 lines (8 loc) 246 B
// 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; }