[@johanneslumpe/styled-props](../README.md) > ["utils/writing-modes/direction"](../modules/_utils_writing_modes_direction_.md) > [DirectionProps](../interfaces/_utils_writing_modes_direction_.directionprops.md)

# Interface: DirectionProps

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

**DirectionProps**

## Index

### Properties

* [style$Direction](_utils_writing_modes_direction_.directionprops.md#style_direction)

---

## Properties

<a id="style_direction"></a>

###  style$Direction

**● style$Direction**: *`T`*

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

The **`direction`** CSS property sets the direction of text, table columns, and horizontal overflow. Use `rtl` for languages written from right to left (like Hebrew or Arabic), and `ltr` for those written from left to right (like English and most other languages).

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

___

