mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-03-29 08:58:23 +08: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