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