[@johanneslumpe/styled-props](../README.md) > ["utils/positioning/left"](../modules/_utils_positioning_left_.md) > [LeftProps](../interfaces/_utils_positioning_left_.leftprops.md)

# Interface: LeftProps

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

**LeftProps**

## Index

### Properties

* [style$Left](_utils_positioning_left_.leftprops.md#style_left)

---

## Properties

<a id="style_left"></a>

###  style$Left

**● style$Left**: *`T`*

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

The **`left`** CSS property participates in specifying the horizontal position of a _positioned element_. It has no effect on non-positioned elements.

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

___

