import type { Context } from 'react'; type ContextOf = T extends Context ? P : never; export type { ContextOf };