Skip to content

Type alias: ClassFunc<ElementType> ​

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

Deprecated

will be removed in the next major version

Type parameters ​

NameType
ElementTypeextends FlowElement = FlowElement

Type declaration ​

â–¸ (element): string | void

Parameters ​
NameType
elementElementType
Returns ​

string | void

Released under the MIT License.