UNPKG

@clerk/clerk-js

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