@privy-io/react-auth 1.52.3 → 1.52.4
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/esm/index.js +42 -42
- package/dist/index.d.ts +1 -1
- package/dist/index.js +41 -41
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1726,7 +1726,7 @@ interface PrivyProviderProps {
|
|
|
1726
1726
|
*/
|
|
1727
1727
|
declare const PrivyProvider: ({ config, ...props }: PrivyProviderProps) => JSX.Element;
|
|
1728
1728
|
|
|
1729
|
-
type CaptchaProps = Partial<TurnstileProps
|
|
1729
|
+
type CaptchaProps = Partial<Pick<TurnstileProps, 'onUnsupported' | 'onError' | 'onSuccess' | 'onExpire' | 'onSubmit'>>;
|
|
1730
1730
|
/**
|
|
1731
1731
|
* Used to render an invisible captcha alongside important forms
|
|
1732
1732
|
*
|