[@johanneslumpe/styled-props](../README.md) > ["utils/logical-properties/borderStartEndRadius"](../modules/_utils_logical_properties_borderstartendradius_.md) > [BorderStartEndRadiusProps](../interfaces/_utils_logical_properties_borderstartendradius_.borderstartendradiusprops.md)

# Interface: BorderStartEndRadiusProps

## Type parameters
#### T 
## Hierarchy

**BorderStartEndRadiusProps**

## Index

### Properties

* [style$BorderStartEndRadius](_utils_logical_properties_borderstartendradius_.borderstartendradiusprops.md#style_borderstartendradius)

---

## Properties

<a id="style_borderstartendradius"></a>

###  style$BorderStartEndRadius

**● style$BorderStartEndRadius**: *`T`*

*Defined in [utils/logical-properties/borderStartEndRadius.ts:12](https://github.com/johanneslumpe/styled-props/blob/8e709f1/src/utils/logical-properties/borderStartEndRadius.ts#L12)*

The **`border-start-end-radius`** CSS property defines a logical border radius on an element, which maps to a physical border radius depending on the element's `writing-mode`, `direction`, and `text-orientation`.

*__see__*: [https://developer.mozilla.org/docs/Web/CSS/border-start-end-radius](https://developer.mozilla.org/docs/Web/CSS/border-start-end-radius)

___

