MsalProviderProps type

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