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