UNPKG

react-recaptcha-hook

Version:
7 lines (6 loc) 262 B
export interface RecaptchaProps { sitekey: string; hideDefaultBadge?: boolean; checkForExisting?: boolean; } export declare function useRecaptcha({ sitekey, hideDefaultBadge, checkForExisting, }: RecaptchaProps): (action: string) => Promise<string>;