@elsikora/x-captcha-react
Version:
React components for X-Captcha service
9 lines (8 loc) • 332 B
TypeScript
import type { ICaptchaFormProperties } from "../interface";
import React from "react";
/**
* Form component with integrated captcha and modern styling
* @param {ICaptchaFormProperties} props - The properties
* @returns {React.ReactElement} The captcha form
*/
export declare const CaptchaForm: React.FC<ICaptchaFormProperties>;