Interface ConsumerProps<T>

Describes the props accepted by a Context Consumer.

Type Parameters

  • T

    The type of the value the context provides.

Hierarchy

  • ConsumerProps

Properties

Properties

children: ((value: T) => ReactNode)

Type declaration

Generated using TypeDoc