Skip to content
On this page

Type alias: StyleFunc<ElementType> ​

Ƭ StyleFunc<ElementType>: (element: ElementType) => Styles | void

Type parameters ​

NameType
ElementTypeextends FlowElement = FlowElement

Type declaration ​

â–¸ (element): Styles | void

Deprecated

will be removed in the next major version

Parameters ​
NameType
elementElementType
Returns ​

Styles | void

Released under the MIT License.