mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
changed object to any
This commit is contained in:
Vendored
+1
-1
@@ -12,7 +12,7 @@ declare namespace __ReactFlex {
|
||||
/**
|
||||
* For custom style
|
||||
*/
|
||||
style?: Object;
|
||||
style?: any;
|
||||
|
||||
/**
|
||||
* For `display: inline-flex`.
|
||||
|
||||
Reference in New Issue
Block a user