Skip to main content

Type Alias: ContextAwareComponent<Context>

ContextAwareComponent<Context> = React.ComponentType<{ context: Context; }>

Used for the custom components that accept the message list context prop.

Type Parameters

Context

Context = any