[@johanneslumpe/styled-props](../README.md) > ["utils/positioning/clear"](../modules/_utils_positioning_clear_.md) > [ClearProps](../interfaces/_utils_positioning_clear_.clearprops.md)

# Interface: ClearProps

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

**ClearProps**

## Index

### Properties

* [style$Clear](_utils_positioning_clear_.clearprops.md#style_clear)

---

## Properties

<a id="style_clear"></a>

###  style$Clear

**● style$Clear**: *`T`*

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

The **`clear`** CSS property sets whether an element must be moved below (cleared) floating elements that precede it. The `clear` property applies to floating and non-floating elements.

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

___

