@privy-io/react-auth 1.29.1-beta.4 → 1.30.0-beta.2

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
@@ -727,7 +727,6 @@ type PrivyClientConfig = {
727
727
  * If false, embedded wallet actions will raise a modal and require user confirmation to proceed.
728
728
  *
729
729
  * Defaults to false.
730
- * @hidden
731
730
  */
732
731
  noPromptOnSignature?: boolean;
733
732
  };