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; }