From fd2f4e3cdb2cf5bb060c6fe0f9cd89a2d5baf7ab Mon Sep 17 00:00:00 2001 From: Moshe Atlow Date: Mon, 10 Oct 2016 17:19:41 +0300 Subject: [PATCH] Update react-native-orientation.d.ts --- react-native-orientation/react-native-orientation.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/react-native-orientation/react-native-orientation.d.ts b/react-native-orientation/react-native-orientation.d.ts index 0744ac86e2..643727cea4 100644 --- a/react-native-orientation/react-native-orientation.d.ts +++ b/react-native-orientation/react-native-orientation.d.ts @@ -22,4 +22,6 @@ declare module 'react-native-orientation' { export function getOrientation(callback: (err: Error, orientation: orientation) => void): void; export function getSpecificOrientation(callback: (err: Error, orientation: specificOrientation) => void): void; } + + export = Orientation; }