UNPKG

@redwoodjs/sdk

Version:

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

8 lines (7 loc) 228 B
export declare const useTurnstile: ({ siteKey, onSuccess, }: { siteKey: string; onSuccess?: (token: string) => void; }) => { ref: import("react").MutableRefObject<HTMLDivElement | null>; token: string | null; };