<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@native-html/table-plugin](./table-plugin.md) &gt; [cssRulesFromSpecs](./table-plugin.cssrulesfromspecs.md)

## cssRulesFromSpecs() function

Create css rules from a specification object.

<b>Signature:</b>

```typescript
export declare function cssRulesFromSpecs(specs?: TableStyleSpecs): string;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  specs | [TableStyleSpecs](./table-plugin.tablestylespecs.md) | The specifications object. |

<b>Returns:</b>

string

