Interface NotificationComponentProps

interface NotificationComponentProps {
    manager: NotificationManager;
    notification: Notification;
}

Properties

notification: Notification