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
/
ToastContainer.d.ts
3 lines
(2 loc)
•
74 B
TypeScript
View Raw
1
2
3
import
React
from
'react'
;
export
declare
const
ToastContainer
:
React
.
FC
;