Bunlong / next-qrcode

React hooks for generating QRCode for your next React apps.
https://next-qrcode.js.org
MIT License
159 stars 18 forks source link

feat: export the hook's interfaces #9

Closed hideokamoto closed 3 years ago

hideokamoto commented 3 years ago

Sometimes, we want to use the hook's type interface. But the package does not export it.

So, we want to export it :)