UNPKG

botframework-webchat-component

Version:
8 lines (5 loc) 242 B
import useWebChatUIContext from './useWebChatUIContext'; export default function useSettableDictateAbortable() { const { dictateAbortable, setDictateAbortable } = useWebChatUIContext(); return [dictateAbortable, setDictateAbortable]; }