편집

다음을 통해 공유


MsalProviderProps type

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