[@johanneslumpe/styled-props](../README.md) > ["utils/flexible-box-layout/flexBasis"](../modules/_utils_flexible_box_layout_flexbasis_.md) > [FlexBasisProps](../interfaces/_utils_flexible_box_layout_flexbasis_.flexbasisprops.md)

# Interface: FlexBasisProps

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

**FlexBasisProps**

## Index

### Properties

* [style$FlexBasis](_utils_flexible_box_layout_flexbasis_.flexbasisprops.md#style_flexbasis)

---

## Properties

<a id="style_flexbasis"></a>

###  style$FlexBasis

**● style$FlexBasis**: *`T`*

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

The **`flex-basis`** CSS property sets the initial main size of a flex item. It sets the size of the content box unless otherwise set with `box-sizing`.

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

___

