butterfloat / ContextComponent
Type Alias: ContextComponent()<Props, Events>
ContextComponent<
Props
,Events
> = (props
,context
) =>NodeDescription
Defined in: component.ts:27
A Butterfloat Component provided properties and additional context-sensitive tools
Type Parameters
Props
Props
= any
Events
Events
= any
Parameters
props
Props
context
ComponentContext
<Events
>