UNPKG
react-toast
Version:
latest (1.0.3)
1.0.3
1.0.1
1.0.0
0.1.0
Minimal toast notifications for React.
github.com/moharnadreza/react-toast
moharnadreza/react-toast
react-toast
/
dist
/
components
/
Icons
/
index.d.ts
5 lines
(4 loc)
•
186 B
TypeScript
View Raw
1
2
3
4
5
export
{
default
as
Success
}
from
'./Success'
;
export
{
default
as
Close
}
from
'./Close'
;
export
{
default
as
Info
}
from
'./Info'
;
export
{
default
as
Warning
}
from
'./Warning'
;