UNPKG

botframework-webchat-component

Version:
6 lines (4 loc) 240 B
import useWebChatUIContext from './useWebChatUIContext'; export default function useDispatchTranscriptFocusByActivityKey(): (activityKey: string | undefined) => void { return useWebChatUIContext().dispatchTranscriptFocusByActivityKey; }