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.

10 lines (9 loc) 208 B
import { CSSProperties } from "react"; export interface IconProps { size?: number; color?: string; bgColor?: string; strokeWidth?: number; className?: string; style?: CSSProperties; }