編集

次の方法で共有


MsalProviderProps type

type MsalProviderProps = PropsWithChildren<{
  instance: IPublicClientApplication,
}>