UNPKG

@native-html/table-plugin

Version:

🔠 A WebView-based plugin to render tables in react-native-render-html

21 lines (11 loc) • 615 B
<!-- 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.