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