Notifications
Props
Property | Type | Required | Description |
---|---|---|---|
title | string | Yes | The title text to display in the notification |
description | string | Yes | The description text to show below the title |
onDismiss | () => void | No | Optional callback function when notification is dismissed |
handleUpdate | () => void | No | Optional callback function when update button is clicked |