cssProperty
cssProperty<T>(property: null | string,formatter: Formatter<T>): CssProperty<T>
Parameters
(Mandatory parameters are in bold)| Parameters | Type | Description | 
|---|---|---|
| property | null | string | |
| formatter | Formatter<T> | 
Return
The return is of type CssProperty<T>