Partager via


NotificationStackSelector type

Type de sélecteur pour le composant Notification .

type NotificationStackSelector = (
  state: CallClientState,
  props: CallingBaseSelectorProps
) => {
  activeErrorMessages: ActiveNotification[]
  activeNotifications: ActiveNotification[]
}