Type alias: StyleFunc<ElementType>
Ƭ StyleFunc<ElementType
>: (element
: ElementType
) => Styles
| void
Type parameters
Name | Type |
---|---|
ElementType | extends FlowElement = FlowElement |
Type declaration
â–¸ (element
): Styles
| void
Parameters
Name | Type |
---|---|
element | ElementType |
Returns
Styles
| void