UNPKG

@impossiblefinance/uikit

Version:
5 lines (4 loc) 166 B
import React from 'react'; import { ToastContainerProps } from './types'; declare const ToastContainer: React.FC<ToastContainerProps>; export default ToastContainer;