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

16 lines (15 loc) 306 B
/** * * Constants file. * Links to the remote library FramePay and other settings. * */ /** * The ReactJS version 14+ * used in context.ts */ export declare const REACT_VERSION: string; /** * Supported FramePay card types */ export declare const SUPPORTED_CARD_BRANDS: SupportedCardBrandsObject;