[@johanneslumpe/styled-props](../README.md) > ["utils/table/tableLayout"](../modules/_utils_table_tablelayout_.md) > [TableLayoutProps](../interfaces/_utils_table_tablelayout_.tablelayoutprops.md)

# Interface: TableLayoutProps

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

**TableLayoutProps**

## Index

### Properties

* [style$TableLayout](_utils_table_tablelayout_.tablelayoutprops.md#style_tablelayout)

---

## Properties

<a id="style_tablelayout"></a>

###  style$TableLayout

**● style$TableLayout**: *`T`*

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

The **`table-layout`** CSS property sets the algorithm used to lay out `<table>` cells, rows, and columns.

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

___

