[@johanneslumpe/styled-props](../README.md) > ["utils/logical-properties/minInlineSize"](../modules/_utils_logical_properties_mininlinesize_.md) > [MinInlineSizeProps](../interfaces/_utils_logical_properties_mininlinesize_.mininlinesizeprops.md)

# Interface: MinInlineSizeProps

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

**MinInlineSizeProps**

## Index

### Properties

* [style$MinInlineSize](_utils_logical_properties_mininlinesize_.mininlinesizeprops.md#style_mininlinesize)

---

## Properties

<a id="style_mininlinesize"></a>

###  style$MinInlineSize

**● style$MinInlineSize**: *`T`*

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

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

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

___

