SvenKirschbaum / react-stomp-hooks

This repository contain a react library which enables simple access to stomp subscriptions via hooks.
MIT License
59 stars 12 forks source link

Export StompJS types #27

Closed lextoc closed 7 months ago

lextoc commented 11 months ago

I can't seem to import IMessage, I'm assuming other types are missing as well from @stomp/stompjs. Thanks for creating this library!

SvenKirschbaum commented 7 months ago

Hello!

I just released a new version which reexports some types from @stomp/stompjs, so you can import them from this package.