<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@native-html/table-plugin](./table-plugin.md) &gt; [TableConfig](./table-plugin.tableconfig.md) &gt; [tableStyleSpecs](./table-plugin.tableconfig.tablestylespecs.md)

## TableConfig.tableStyleSpecs property

Specs to generate css rules.

<img src="https://raw.githubusercontent.com/native-html/table-plugin/master/images/TableStyleSpecs.png" />

<b>Signature:</b>

```typescript
tableStyleSpecs?: TableStyleSpecs;
```

## Remarks

This prop will be ignored when `cssRules` are provided.

