Added missing bottom property in React.CSSProperties

This commit is contained in:
sjef
2016-02-05 13:14:37 +01:00
parent 4ec3c5bf29
commit 83b88a031c

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.
*/