[@johanneslumpe/styled-props](../README.md) > ["utils/table/captionSide"](../modules/_utils_table_captionside_.md) > [CaptionSideProps](../interfaces/_utils_table_captionside_.captionsideprops.md)

# Interface: CaptionSideProps

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

**CaptionSideProps**

## Index

### Properties

* [style$CaptionSide](_utils_table_captionside_.captionsideprops.md#style_captionside)

---

## Properties

<a id="style_captionside"></a>

###  style$CaptionSide

**● style$CaptionSide**: *`T`*

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

The **`caption-side`** CSS property puts the content of a table's `<caption>` on the specified side. The values are relative to the `writing-mode` of the table.

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

___

