ContextKey<T>: {
    defaultValue: T;
    id: symbol;
}

ContextKey is a unique identifier for a context value.

Type Parameters

  • T

Type declaration

  • defaultValue: T
  • id: symbol

Generated using TypeDoc