UNPKG

@clerk/clerk-js

Version:
6 lines (5 loc) 237 B
import type { CaptchaOptions } from './types'; export declare const getCaptchaToken: (opts: CaptchaOptions) => Promise<{ captchaToken: string; captchaWidgetType: import("@clerk/shared/types/displayConfig").CaptchaWidgetType; }>;