UNPKG

botframework-webchat-component

Version:
6 lines (3 loc) 98 B
import { createContext } from 'react'; const context = createContext(); export default context;