UIElement Docs Version 0.13.3

🔗 Type Alias: ContextType<T>

ContextType<T> = T extends Context<infer _, infer V> ? V : never

Defined in: src/core/context.ts:32

A helper type which can extract a Context value type from a Context type

🔗 Type Parameters

🔗 T

T extends UnknownContext