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

6 lines (5 loc) 244 B
import BaseElement from './base-element'; import type { GooglePayProps, GooglePayState } from '../../../../types/elements'; export default class GooglePayElement extends BaseElement<GooglePayProps, GooglePayState> { setupElement(): void; }