mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
Added min-height css property to react definitions
This commit is contained in:
Vendored
+5
@@ -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