UNPKG
ndd-react
Version:
latest (0.1.1)
0.1.1
A lightweight, customizable toast notification library for React applications
ndd-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'
;