Type Alias BindingsConsumerRenderCallback<DependenciesT>

BindingsConsumerRenderCallback: (
    bindingValues: InferBindingValueTypes<DependenciesT>,
    bindings: DependenciesT,
) => ReactNode

Called to render the contents of a BindingsConsumer on the initial render and when the associated bindings changes.

Type Parameters

Type declaration