UNPKG

use-stomp

Version:

react provider, class decorator, and a hook for websockets using the stomp protocol

8 lines (5 loc) 181 B
import {useContext} from 'react'; import UseStompCtx, {UseStompCtxProps} from './context'; export function useStompCtx(): UseStompCtxProps { return useContext(UseStompCtx); }