Added borderRadius to CSSProperties

Fixes https://github.com/smyte/jsxstyle/issues/92
This commit is contained in:
Brenton Simpson
2017-12-01 11:29:26 -08:00
parent 363ca576d0
commit bd0c4e78c4

View File

@@ -1045,6 +1045,11 @@ declare namespace React {
*/
borderLeftWidth?: CSSWideKeyword | any;
/**
* Shorthand property that sets the rounding of all four corners.
*/
borderRadius?: CSSWideKeyword | any;
/**
* Shorthand property that defines the border-width, border-style and border-color of an element's right border
* in a single declaration. Note that you can use the corresponding longhand properties to set specific