[@johanneslumpe/styled-props](../README.md) > ["utils/logical-properties/inlineSize"](../modules/_utils_logical_properties_inlinesize_.md) > [InlineSizeProps](../interfaces/_utils_logical_properties_inlinesize_.inlinesizeprops.md)

# Interface: InlineSizeProps

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

**InlineSizeProps**

## Index

### Properties

* [style$InlineSize](_utils_logical_properties_inlinesize_.inlinesizeprops.md#style_inlinesize)

---

## Properties

<a id="style_inlinesize"></a>

###  style$InlineSize

**● style$InlineSize**: *`T`*

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

The **`inline-size`** CSS property defines the horizontal or vertical size of an element's block, depending on its writing mode. It corresponds to either the `width` or the `height` property, depending on the value of `writing-mode`.

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

___

