UNPKG

botframework-webchat-component

Version:
6 lines (3 loc) 152 B
import { type Context } from 'react'; type ContextOf<T extends Context<unknown>> = T extends Context<infer C> ? C : never; export type { ContextOf };