mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-03-30 17:04:20 +08:00
Added min-height css property to react definitions
This commit is contained in:
5
react/react.d.ts
vendored
5
react/react.d.ts
vendored
@@ -1145,6 +1145,11 @@ declare namespace __React {
|
||||
*/
|
||||
maxWidth?: any;
|
||||
|
||||
/**
|
||||
* Sets the minimum height for an element. It prevents the height of the element to be smaller than the specified value. The value of min-height overrides both max-height and height.
|
||||
*/
|
||||
minHeight?: any;
|
||||
|
||||
/**
|
||||
* Sets the minimum width of an element. It limits the width property to be not smaller than the value specified in min-width.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user