From bd0c4e78c4fa6bbe06621bb49a3dc4abe7a18b59 Mon Sep 17 00:00:00 2001 From: Brenton Simpson Date: Fri, 1 Dec 2017 11:29:26 -0800 Subject: [PATCH] Added borderRadius to CSSProperties Fixes https://github.com/smyte/jsxstyle/issues/92 --- types/react/index.d.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/types/react/index.d.ts b/types/react/index.d.ts index e41299fdb5..265441ba75 100644 --- a/types/react/index.d.ts +++ b/types/react/index.d.ts @@ -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