UNPKG

@elsikora/x-captcha-react

Version:

React components for X-Captcha service

8 lines (7 loc) 188 B
import type { XCaptchaApiClient } from "@elsikora/x-captcha-client"; export interface ICaptchaContext { /** * The captcha client instance */ client: XCaptchaApiClient; }