[@johanneslumpe/styled-props](../README.md) > ["utils/overflow/overflow"](../modules/_utils_overflow_overflow_.md) > [OverflowProps](../interfaces/_utils_overflow_overflow_.overflowprops.md)

# Interface: OverflowProps

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

**OverflowProps**

## Index

### Properties

* [style$Overflow](_utils_overflow_overflow_.overflowprops.md#style_overflow)

---

## Properties

<a id="style_overflow"></a>

###  style$Overflow

**● style$Overflow**: *`T`*

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

The **`overflow`** shorthand CSS property sets what to do when an element's content is too big to fit in its block formatting context. It is a shorthand for `overflow-x` and `overflow-y`.

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

___

