academia-de-codigo / react-semantic-toasts

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

Types missing ToastSize and ToastColor interfaces #34

Closed carsonfarmer closed 5 years ago

carsonfarmer commented 5 years ago

Getting Cannot find name 'ToastSize'. and Cannot find name 'ToastColor'. on tsc in parent project. I think these just need to use SemanticCOLORS and SemanticSIZES.

PawelJ-PL commented 5 years ago

Hi,

I can see that fix has been merged to the master 3 days ago, but it's not released yet. Could You please release it? Currently it's impossible to use library with typescript (none of 0.6.x version is working), but the library looks like what I was looking for.

ferrao commented 5 years ago

Just published a new version @PawelJ-PL