UNPKG

reactjs-toaster

Version:

The React JS Toaster (reactjs-toaster) is lightweight JavaScript/TypeScript based Toast message library for showing Error , Success , Warning and Info message in UI End.

3 lines (2 loc) 196 B
import { ProgressBarProps } from './hookTypes'; export declare const useProgressBarHook: ({ duration, type, startWidth, endWidth }: ProgressBarProps) => import("react").RefObject<HTMLDivElement>;