@native-html/table-plugin
Version:
🔠A WebView-based plugin to render tables in react-native-render-html
25 lines (14 loc) • 627 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@native-html/table-plugin](./table-plugin.md) > [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