UNPKG

@hcaptcha/loader

Version:

This is a JavaScript library to easily configure the loading of the hCaptcha JS client SDK with built-in error handling.

8 lines (7 loc) 277 B
export declare function generateQuery(params: any): string; export declare function getFrame(element?: Element): { document: any; window: any; }; export declare function getMountElement(element?: Element): Element; export declare function setContext(scope: any): void;