mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-12 22:36:10 +08:00
Added borderRadius to CSSProperties
Fixes https://github.com/smyte/jsxstyle/issues/92
This commit is contained in:
5
types/react/index.d.ts
vendored
5
types/react/index.d.ts
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user