Add Style `borderEndEndRadius``borderEndStartRadius` `borderStartEndR… · rescript-react-native/rescript-react-native@66b5cbd
@@ -217,13 +217,17 @@ type style = {
217217borderColor?: Color.t,
218218borderCurve?: borderCurve,
219219borderEndColor?: Color.t,
220+borderEndEndRadius?: float,
221+borderEndStartRadius?: float,
220222borderEndWidth?: float,
221223borderLeftColor?: Color.t,
222224borderLeftWidth?: float,
223225borderRadius?: float,
224226borderRightColor?: Color.t,
225227borderRightWidth?: float,
226228borderStartColor?: Color.t,
229+borderStartEndRadius?: float,
230+borderStartStartRadius?: float,
227231borderStartWidth?: float,
228232borderStyle?: borderStyle,
229233borderTopColor?: Color.t,
@@ -355,13 +359,17 @@ external style: (
355359 ~borderColor: Color.t=?,
356360 ~borderCurve: borderCurve=?,
357361 ~borderEndColor: Color.t=?,
362+ ~borderEndEndRadius: float=?,
363+ ~borderEndStartRadius: float=?,
358364 ~borderEndWidth: float=?,
359365 ~borderLeftColor: Color.t=?,
360366 ~borderLeftWidth: float=?,
361367 ~borderRadius: float=?,
362368 ~borderRightColor: Color.t=?,
363369 ~borderRightWidth: float=?,
364370 ~borderStartColor: Color.t=?,
371+ ~borderStartEndRadius: float=?,
372+ ~borderStartStartRadius: float=?,
365373 ~borderStartWidth: float=?,
366374 ~borderStyle: borderStyle=?,
367375 ~borderTopColor: Color.t=?,
@@ -459,13 +467,17 @@ external viewStyle: (
459467 ~borderColor: Color.t=?,
460468 ~borderCurve: borderCurve=?,
461469 ~borderEndColor: Color.t=?,
470+ ~borderEndEndRadius: float=?,
471+ ~borderEndStartRadius: float=?,
462472 ~borderEndWidth: float=?,
463473 ~borderLeftColor: Color.t=?,
464474 ~borderLeftWidth: float=?,
465475 ~borderRadius: float=?,
466476 ~borderRightColor: Color.t=?,
467477 ~borderRightWidth: float=?,
468478 ~borderStartColor: Color.t=?,
479+ ~borderStartEndRadius: float=?,
480+ ~borderStartStartRadius: float=?,
469481 ~borderStartWidth: float=?,
470482 ~borderStyle: borderStyle=?,
471483 ~borderTopColor: Color.t=?,
@@ -584,13 +596,17 @@ external textStyle: (
584596 ~borderColor: Color.t=?,
585597 ~borderCurve: borderCurve=?,
586598 ~borderEndColor: Color.t=?,
599+ ~borderEndEndRadius: float=?,
600+ ~borderEndStartRadius: float=?,
587601 ~borderEndWidth: float=?,
588602 ~borderLeftColor: Color.t=?,
589603 ~borderLeftWidth: float=?,
590604 ~borderRadius: float=?,
591605 ~borderRightColor: Color.t=?,
592606 ~borderRightWidth: float=?,
593607 ~borderStartColor: Color.t=?,
608+ ~borderStartEndRadius: float=?,
609+ ~borderStartStartRadius: float=?,
594610 ~borderStartWidth: float=?,
595611 ~borderStyle: borderStyle=?,
596612 ~borderTopColor: Color.t=?,
@@ -693,13 +709,17 @@ external imageStyle: (
693709 ~borderColor: Color.t=?,
694710 ~borderCurve: borderCurve=?,
695711 ~borderEndColor: Color.t=?,
712+ ~borderEndEndRadius: float=?,
713+ ~borderEndStartRadius: float=?,
696714 ~borderEndWidth: float=?,
697715 ~borderLeftColor: Color.t=?,
698716 ~borderLeftWidth: float=?,
699717 ~borderRadius: float=?,
700718 ~borderRightColor: Color.t=?,
701719 ~borderRightWidth: float=?,
702720 ~borderStartColor: Color.t=?,
721+ ~borderStartEndRadius: float=?,
722+ ~borderStartStartRadius: float=?,
703723 ~borderStartWidth: float=?,
704724 ~borderStyle: borderStyle=?,
705725 ~borderTopColor: Color.t=?,