@stripe/connect-js
Version:
Connect.js loading utility package (GA version)
4 lines (3 loc) • 307 B
TypeScript
export declare const EXISTING_SCRIPT_MESSAGE = "loadConnect was called but an existing Connect.js script already exists in the document; existing script parameters will be used";
export declare const findScript: () => HTMLScriptElement | null;
export declare const injectScript: () => HTMLScriptElement;