[@johanneslumpe/styled-props](../README.md) > ["utils/overflow/overflowX"](../modules/_utils_overflow_overflowx_.md) > [OverflowXProps](../interfaces/_utils_overflow_overflowx_.overflowxprops.md)

# Interface: OverflowXProps

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

**OverflowXProps**

## Index

### Properties

* [style$OverflowX](_utils_overflow_overflowx_.overflowxprops.md#style_overflowx)

---

## Properties

<a id="style_overflowx"></a>

###  style$OverflowX

**● style$OverflowX**: *`T`*

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

The **`overflow-x`** CSS property sets what shows when content overflows a block-level element's left and right edges. This may be nothing, a scroll bar, or the overflow content.

*__see__*: [https://developer.mozilla.org/docs/Web/CSS/overflow-x](https://developer.mozilla.org/docs/Web/CSS/overflow-x)

___

