| className | string | - | Additional CSS class for the toast element. |
| containerClassName | string | - | Additional CSS class for the toast container element. |
| message | string | - | Main message text displayed in the toast. |
| description | string | - | Optional secondary text displayed below the main message. |
| messageClassName | string | - | CSS class applied to the toast message text. |
| messageAreaClassName | string | - | CSS class applied to the container holding the message and description. |
| descriptionClassName | string | - | CSS class applied to the toast description text. |
| type | success error info warning | - | Type of the toast, which can affect styling and icon. |
| duration | number | - | Duration in milliseconds before the toast automatically disappears. |
| action | ToastAction | - | Optional action button configuration for the toast. |
| id | string | - | Optional ID for the toast. If not provided, one may be auto-generated. |