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) 229 B
import BaseElement from './base-element'; import type { PaypalProps, PaypalState } from '../../../../types/elements'; export default class PaypalElement extends BaseElement<PaypalProps, PaypalState> { setupElement(): void; }