UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

12 lines 333 B
import "./Toast.scss"; import React from "react"; export interface ToastProps { message: string; duration: number; onClose: () => void; } export declare const ToastContainer: ({ toasts, handleToastClose }: { toasts: any; handleToastClose: any; }) => React.JSX.Element; //# sourceMappingURL=ToastContainer.d.ts.map