UNPKG

itm-holding-package

Version:

ITM HOLDING PACKAGES

5 lines (4 loc) 165 B
export default function useToast(): { success: (message: string) => import("react-toastify").Id; error: (message: string) => import("react-toastify").Id; };