interface ChildContextProvider<CC> {
    getChildContext(): CC;
}

Type Parameters

  • CC

Methods

  • Returns CC