Merge pull request #7984 from jphhoeks/master

Added missing bottom property in React.CSSProperties
This commit is contained in:
Masahiro Wakame
2016-02-07 02:31:07 +09:00

5
react/react.d.ts vendored
View File

@@ -686,6 +686,11 @@ declare namespace __React {
*/
borderWidth?: any;
/**
* This property specifies how far an absolutely positioned box's bottom margin edge is offset above the bottom edge of the box's containing block. For relatively positioned boxes, the offset is with respect to the bottom edges of the box itself (i.e., the box is given a position in the normal flow, then offset from that position according to these properties).
*/
bottom?: any;
/**
* Obsolete.
*/