UNPKG

@mojito-inc/secondary-market

Version:

Mojito secondary market is the platform to purchase NFT.

8 lines (7 loc) 285 B
import { ToastTypeProps } from '../interface'; export interface ToastContainerProps { message: string; status: ToastTypeProps; } declare const ToastContainer: ({ message, status }: ToastContainerProps) => import("react/jsx-runtime").JSX.Element; export default ToastContainer;