Type alias: StyleFunc<ElementType> ​
Ƭ StyleFunc<ElementType
>: (element
: ElementType
) => Styles
| void
Deprecated
will be removed in the next major version
Type parameters ​
Name | Type |
---|---|
ElementType | extends FlowElement = FlowElement |
Type declaration ​
â–¸ (element
): Styles
| void
Parameters ​
Name | Type |
---|---|
element | ElementType |
Returns ​
Styles
| void