[@johanneslumpe/styled-props](../README.md) > ["utils/logical-properties/minBlockSize"](../modules/_utils_logical_properties_minblocksize_.md) > [MinBlockSizeProps](../interfaces/_utils_logical_properties_minblocksize_.minblocksizeprops.md)

# Interface: MinBlockSizeProps

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

**MinBlockSizeProps**

## Index

### Properties

* [style$MinBlockSize](_utils_logical_properties_minblocksize_.minblocksizeprops.md#style_minblocksize)

---

## Properties

<a id="style_minblocksize"></a>

###  style$MinBlockSize

**● style$MinBlockSize**: *`T`*

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

The **`min-block-size`** CSS property defines the minimum horizontal or vertical 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-block-size](https://developer.mozilla.org/docs/Web/CSS/min-block-size)

___

