[@johanneslumpe/styled-props](../README.md) > ["utils/images/imageOrientation"](../modules/_utils_images_imageorientation_.md) > [ImageOrientationProps](../interfaces/_utils_images_imageorientation_.imageorientationprops.md)

# Interface: ImageOrientationProps

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

**ImageOrientationProps**

## Index

### Properties

* [style$ImageOrientation](_utils_images_imageorientation_.imageorientationprops.md#style_imageorientation)

---

## Properties

<a id="style_imageorientation"></a>

###  style$ImageOrientation

**● style$ImageOrientation**: *`T`*

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

The **`image-orientation`** CSS property specifies a layout-independent correction to the orientation of an image. It should _not_ be used for any other orientation adjustments; instead, the `transform` property should be used with the `rotate` `<transform-function>`.

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

___

