UNPKG
react-toast-notify-ks
Version:
latest (1.0.2)
1.1.0
1.0.2
1.0.1
1.0.0
toast notification library for React
react-toast-notify-ks
/
dist
/
index.d.ts
5 lines
•
281 B
TypeScript
View Raw
1
2
3
4
5
export
{
default
as
toast }
from
'./components/Toast'
;
export
{
default
as
ToastContainer
}
from
'./components/ToastContainer'
;
export
{ useToast }
from
'./hooks/useToast'
;
export
type
{
Toast
,
ToastOptions
,
ToastType
,
Position
}
from
'./types'
;
//# sourceMappingURL=index.d.ts.map