[@johanneslumpe/styled-props](../README.md) > ["utils/miscellaneous/all"](../modules/_utils_miscellaneous_all_.md) > [AllProps](../interfaces/_utils_miscellaneous_all_.allprops.md)

# Interface: AllProps

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

**AllProps**

## Index

### Properties

* [style$All](_utils_miscellaneous_all_.allprops.md#style_all)

---

## Properties

<a id="style_all"></a>

###  style$All

**● style$All**: *`T`*

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

The `**all**` shorthand CSS property resets all of an element's properties (except `unicode-bidi` and `direction`). It can set properties to their initial or inherited values, or to the values specified in another stylesheet origin.

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

___

