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
/
ToastContainer.d.ts
4 lines
•
279 B
TypeScript
View Raw
1
2
3
4
import
{
ToastContainerProps
}
from
'../types'
;
declare
const
ToastContainer
:
import
(
'react'
).
MemoExoticComponent
<
(
{ toasts, position, removeToast }:
ToastContainerProps
) =>
import
(
'react'
).
ReactPortal
>;
export
default
ToastContainer
;
//# sourceMappingURL=ToastContainer.d.ts.map