共用方式為


NotificationStackSelector type

通知元件的選擇器類型。

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