mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
12 lines
378 B
TypeScript
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;
|