次の方法で共有


NotificationStackSelector type

通知コンポーネントのセレクタタイプ。

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