FunctionalComponent typedef

FunctionalComponent = DeactNode Function(ComponentContext ctx)

A function that creates a component.

Implementation

typedef FunctionalComponent = DeactNode Function(ComponentContext ctx);