UNPKG
notify-dash-react
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
A lightweight, customizable toast notification library for React applications
notify-dash-react
/
dist
/
index.d.ts
5 lines
(4 loc)
•
202 B
TypeScript
View Raw
1
2
3
4
5
import
'./style.css'
;
export
{
ToastProvider
, useToast }
from
'./ToastContext'
;
export
{
ToastContainer
}
from
'./ToastContainer'
;
export
type
{
Toast
,
ToastType
,
ToastPosition
}
from
'./ToastContext'
;