captscii
Version:
A simple and powerful Captcha solution for your website
14 lines (13 loc) • 452 B
TypeScript
import React, { type ReactNode } from "react";
/**
* @deprecated Providers are deprecated and should not be used.
* For practicality, this provider simply renders its children.
*/
export declare function CaptsciiProvider({ children }: {
children: ReactNode;
}): React.JSX.Element;
/**
* @deprecated Providers are deprecated and should not be used.
* This hook now throws an error when invoked.
*/
export declare function useCaptscii(): void;