[@johanneslumpe/styled-props](../README.md) > ["utils/positioning/zIndex"](../modules/_utils_positioning_zindex_.md) > [ZIndexProps](../interfaces/_utils_positioning_zindex_.zindexprops.md)

# Interface: ZIndexProps

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

**ZIndexProps**

## Index

### Properties

* [style$ZIndex](_utils_positioning_zindex_.zindexprops.md#style_zindex)

---

## Properties

<a id="style_zindex"></a>

###  style$ZIndex

**● style$ZIndex**: *`T`*

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

The **`z-index`** CSS property sets the z-order of a positioned element and its descendants or flex items. Overlapping elements with a larger z-index cover those with a smaller one.

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

___

