Cogoport / cogo-toast

Beautiful, Zero Configuration, Toast Messages for React. Only ~ 4kb gzip, with styles and icons
https://cogoport.github.io/cogo-toast
MIT License
673 stars 1 forks source link

type definition is wrong #35

Closed nataly87s closed 5 years ago

nataly87s commented 5 years ago

the types for the methods show that if hideAfter = 0 then they return a hide function, and if not they return a promise, but actually you always return a promise and a hide prop on it