UNPKG

@clerk/clerk-js

Version:
10 lines (9 loc) 379 B
import type { Clerk } from '../../core/clerk'; export declare const retrieveCaptchaInfo: (clerk: Clerk) => { captchaSiteKey: string | null; captchaWidgetType: import("@clerk/shared/types/displayConfig").CaptchaWidgetType; captchaProvider: "turnstile"; captchaPublicKeyInvisible: string | null; canUseCaptcha: boolean | null; nonce: string | undefined; };