ComponentContext: {
    perContext: Definer<ComponentContext<any>, ComponentContext<any>>;
    of<T>(this: void, component: ComponentInstance<T>): ComponentContext<T>;
    toString(): string;
}

Component context entry containing the context itself.

Type declaration

Generated using TypeDoc