UNPKG

botframework-webchat-component

Version:
8 lines (5 loc) 159 B
import useWebChatUIContext from './useWebChatUIContext'; export default function useNonce() { const { nonce } = useWebChatUIContext(); return [nonce]; }