DefinitelyTyped/types/react-native-restart/index.d.ts
2018-10-11 10:36:12 -07:00

12 lines
378 B
TypeScript

// Type definitions for react-native-restart 0.0
// Project: https://github.com/avishayil/react-native-restart#readme
// Definitions by: Christian Chown <https://github.com/christianchown>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.9
declare let ReactNativeRestart: {
Restart(): void;
};
export default ReactNativeRestart;