UNPKG

@redwoodjs/sdk

Version:

Build fast, server-driven webapps on Cloudflare with SSR, RSC, and realtime

8 lines (7 loc) 260 B
type TurnstileProps = { siteKey: string; enabled: boolean; onSuccess: (token: string) => void; }; export declare function TurnstileWidget({ siteKey, enabled, onSuccess, }: TurnstileProps): import("react/jsx-runtime").JSX.Element | null; export {};