Skip to content

Type alias: ClassFunc<ElementType>

Ƭ ClassFunc<ElementType>: (element: ElementType) => string | void

Type parameters

NameType
ElementTypeextends FlowElement = FlowElement

Type declaration

â–¸ (element): string | void

Deprecated

will be removed in the next major version

Parameters
NameType
elementElementType
Returns

string | void

Released under the MIT License.