mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-17 11:45:58 +08:00
Update react-native-orientation.d.ts
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user