UNPKG
react-toast-notify-ks
Version:
latest (1.0.2)
1.1.0
1.0.2
1.0.1
1.0.0
toast notification library for React
react-toast-notify-ks
/
dist
/
components
/
Toast.d.ts
4 lines
•
239 B
TypeScript
View Raw
1
2
3
4
import
{
ToastProps
}
from
'../types'
;
declare
const
Toast
:
import
(
'react'
).
MemoExoticComponent
<
(
{ message,
type
, onClose }:
ToastProps
) =>
import
(
"react/jsx-runtime"
).
JSX
.
Element
>;
export
default
Toast
;
//# sourceMappingURL=Toast.d.ts.map