Skip to content

Type alias: ClassFunc<ElementType>

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

Type parameters

NameType
ElementTypeextends FlowElement = FlowElement

Type declaration

â–¸ (element): string | void

Parameters
NameType
elementElementType
Returns

string | void

Released under the MIT License.