Merge pull request #10612 from giacomorebonato/master

react-flex - added optional style object to CommonFlexProps
This commit is contained in:
Paul van Brenk
2016-08-15 15:22:37 -07:00
committed by GitHub
+5
View File
@@ -9,6 +9,11 @@ declare namespace __ReactFlex {
export import React = __React;
interface CommonFlexProps {
/**
* For custom style
*/
style?: any;
/**
* For `display: inline-flex`.
*/