mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-15 22:40:21 +00:00
Merge pull request #10612 from giacomorebonato/master
react-flex - added optional style object to CommonFlexProps
This commit is contained in:
Vendored
+5
@@ -9,6 +9,11 @@ declare namespace __ReactFlex {
|
||||
export import React = __React;
|
||||
|
||||
interface CommonFlexProps {
|
||||
/**
|
||||
* For custom style
|
||||
*/
|
||||
style?: any;
|
||||
|
||||
/**
|
||||
* For `display: inline-flex`.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user