Viewing File: /home/ubuntu/misabloom-frontend-base/node_modules/react-toastify/dist/hooks/useToast.d.ts

import { DOMAttributes } from 'react';
import { ToastProps } from '../types';
export declare function useToast(props: ToastProps): {
    playToast: () => void;
    pauseToast: () => void;
    isRunning: boolean;
    preventExitTransition: boolean;
    toastRef: import("react").RefObject<HTMLDivElement>;
    eventHandlers: DOMAttributes<HTMLElement>;
};
Back to Directory File Manager