mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-25 16:11:24 +08:00
Update react-native.0.29.d.ts (#13118)
drawerPosition is of type `number` Android DrawerConsts.DrawerPosition.Left is equivalent to DrawerLayoutAndroid.positions.Left Android DrawerConsts.DrawerPosition.Right is equivalent to DrawerLayoutAndroid.positions.Right
This commit is contained in:
2
react-native/react-native.0.29.d.ts
vendored
2
react-native/react-native.0.29.d.ts
vendored
@@ -1871,7 +1871,7 @@ declare namespace __React {
|
||||
* Specifies the side of the screen from which the drawer will slide in.
|
||||
* enum(DrawerConsts.DrawerPosition.Left, DrawerConsts.DrawerPosition.Right)
|
||||
*/
|
||||
drawerPosition?: any;
|
||||
drawerPosition?: number;
|
||||
|
||||
/**
|
||||
* Specifies the width of the drawer, more precisely the width of the
|
||||
|
||||
Reference in New Issue
Block a user