[@johanneslumpe/styled-props](../README.md) > ["utils/flexible-box-layout/flexShrink"](../modules/_utils_flexible_box_layout_flexshrink_.md) > [FlexShrinkProps](../interfaces/_utils_flexible_box_layout_flexshrink_.flexshrinkprops.md)

# Interface: FlexShrinkProps

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

**FlexShrinkProps**

## Index

### Properties

* [style$FlexShrink](_utils_flexible_box_layout_flexshrink_.flexshrinkprops.md#style_flexshrink)

---

## Properties

<a id="style_flexshrink"></a>

###  style$FlexShrink

**● style$FlexShrink**: *`T`*

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

The **`flex-shrink`** CSS property sets the flex shrink factor of a flex item. If the size of all flex items is larger than the flex container, items shrink to fit according to `flex-shrink`.

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

___

