mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-03-29 17:08:21 +08:00
Update react-native-orientation-tests.ts
This commit is contained in:
@@ -4,6 +4,7 @@ import * as Orientation from 'react-native-orientation';
|
||||
|
||||
Orientation.addOrientationListener((orientation)=>{});
|
||||
Orientation.removeOrientationListener((orientation)=>{});
|
||||
Orientation.addSpecificOrientationListener((orientation)=>{});
|
||||
Orientation.removeSpecificOrientationListener((orientation)=>{});
|
||||
|
||||
Orientation.getInitialOrientation();
|
||||
|
||||
Reference in New Issue
Block a user