UNPKG

@rebilly/framepay-react

Version:

A React wrapper for Rebilly's FramePay offering out-of-the-box support for Redux and other common React features

7 lines (6 loc) 204 B
interface ScriptProperties { readonly onReady: () => void; readonly onError: () => void; } export declare const injectScript: ({ onReady, onError }: ScriptProperties) => Promise<void>; export {};