Skip to content

Type alias: StyleFunc<ElementType> ​

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

Deprecated

will be removed in the next major version

Type parameters ​

NameType
ElementTypeextends FlowElement = FlowElement

Type declaration ​

â–¸ (element): Styles | void

Parameters ​
NameType
elementElementType
Returns ​

Styles | void

Released under the MIT License.