Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 627 Bytes

table-plugin.cssrulesfromspecs.md

File metadata and controls

24 lines (14 loc) · 627 Bytes

Home > @native-html/table-plugin > cssRulesFromSpecs

cssRulesFromSpecs() function

Create css rules from a specification object.

Signature:

export declare function cssRulesFromSpecs(specs?: TableStyleSpecs): string;

Parameters

Parameter Type Description
specs TableStyleSpecs The specifications object.

Returns:

string