@privy-io/react-auth 1.17.1-beta.1 → 1.17.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -207,17 +207,14 @@ interface PrivyProviderProps {
207
207
  *
208
208
  */
209
209
  onSuccess?: (user: User, isNewUser: boolean) => void;
210
+ /** @ignore */
211
+ children: React.ReactNode;
210
212
  /**
211
213
  * If true, the user will be prompted to create a Privy wallet
212
- * after successfully logging in, if they do not currently
213
- * have any wallet associated with their user object.
214
+ * after they have successfully logged in if they do not currently
215
+ * have any wallet associated with their user account.
214
216
  */
215
217
  createPrivyWalletOnLogin?: boolean;
216
- /**
217
- * @ignore
218
- * @class
219
- */
220
- children: React.ReactNode;
221
218
  }
222
219
  /**
223
220
  * Passes the Privy authentication context to your React components.