UNPKG

altcha

Version:

Privacy-first CAPTCHA widget, compliant with global regulations (GDPR/HIPAA/CCPA/LGDP/DPDPA/PIPL) and WCAG accessible. No tracking, self-verifying.

14 lines (13 loc) 317 B
import './global'; import type { CSSVariables, WidgetAttributes } from './'; export {}; interface AltchaWidgetJSX extends WidgetAttributes { style?: Partial<CSSVariables>; } declare global { namespace JSX { interface IntrinsicElements { 'altcha-widget': AltchaWidgetJSX; } } }