Type Alias GeneralToastParams
GeneralToastParams: {
actionLabel?: string;
closeButton?: boolean;
description?: string;
duration?: number;
position?:
| "top-left"
| "top-right"
| "bottom-left"
| "bottom-right"
| "top-center"
| "bottom-center";
}
Type declaration
Optional
actionLabel?: string
Optional
closeButton?: boolean
Optional
description?: string
Optional
duration?: number
Optional
position?:
| "top-left"
| "top-right"
| "bottom-left"
| "bottom-right"
| "top-center"
| "bottom-center"