UNPKG

botframework-webchat-component

Version:
4 lines 189 B
import { type Context } from 'react'; type ContextOf<T extends Context<unknown>> = T extends Context<infer C> ? C : never; export type { ContextOf }; //# sourceMappingURL=ContextOf.d.ts.map