Update react-native-orientation.d.ts

This commit is contained in:
Moshe Atlow 2016-10-10 17:19:41 +03:00 committed by GitHub
parent 2481a5dbb1
commit fd2f4e3cdb

View File

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