UNPKG
react-toast
Version:
latest (1.0.3)
1.0.3
1.0.1
1.0.0
0.1.0
Minimal toast notifications for React.
github.com/moharnadreza/react-toast
moharnadreza/react-toast
react-toast
/
dist
/
components
/
Icons
/
Close.d.ts
4 lines
(3 loc)
•
125 B
TypeScript
View Raw
1
2
3
4
import
React
from
'react'
;
declare
const
_default
:
React
.
MemoExoticComponent
<
() =>
JSX
.
Element
>;
export
default
_default;