academia-de-codigo / react-semantic-toasts

React Semantic UI notifications library
MIT License
87 stars 31 forks source link

Improving Typescript definition #33

Closed mstlaurent-paradigm closed 5 years ago

mstlaurent-paradigm commented 5 years ago

Added missing toast size "medium", exporting ToastOptions interface to facilitate usage, making "description" optional

mstlaurent-paradigm commented 5 years ago

After trying to use the Typescript definition in an actual project, I found out there were a few issues with it. This PR fixes those issues.

ferrao commented 5 years ago

As I said before, my understanding of TypeScript is close to null, so I trust you know what you are doing :) Merged!