mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-15 09:58:27 +08: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.