mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-06 13:44:35 +00:00
* Updated the typings to allow JSX elements in addition to strings for the toast message content. Refer to https://tomchentw.github.io/react-toastr/ * Update version number of react-toastr type definition. * Revert version number to match toastr's version number Change toast notify functions to use string or ReactNode types explicitly Revert change to options override type * ReactNode includes string.