This commit is contained in:
10
node_modules/react-toastify/dist/hooks/useToast.d.ts
generated
vendored
Normal file
10
node_modules/react-toastify/dist/hooks/useToast.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
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>;
|
||||
};
|
||||
Reference in New Issue
Block a user