mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-28 00:14:34 +00: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