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

There are no typings for the typescript #2

Closed Timur00Kh closed 2 years ago

Timur00Kh commented 3 years ago

TS7016: Could not find a declaration file for module 'react-stomp-hooks'

SvenKirschbaum commented 3 years ago

Thanks for bringing this to my attention. I will create the typings and package them with the library in a few days.

SvenKirschbaum commented 2 years ago

I have just released a typescript rewrite of the library. Let me know if you need anything else.