mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-01 07:40:10 +00:00
changed object to any
This commit is contained in:
2
react-flex/react-flex.d.ts
vendored
2
react-flex/react-flex.d.ts
vendored
@@ -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