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.

7 lines (6 loc) 126 B
export interface ProgressBarProps { duration: number; type: string; startWidth?: string; endWidth?: string; }