mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Update react-native-orientation.d.ts
This commit is contained in:
parent
2481a5dbb1
commit
fd2f4e3cdb
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user