mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 12:42:58 +08:00
Merge pull request #7984 from jphhoeks/master
Added missing bottom property in React.CSSProperties
This commit is contained in:
5
react/react.d.ts
vendored
5
react/react.d.ts
vendored
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user