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