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 { CardProps, CardState } from '../../../../types/elements'; export default class CardElement extends BaseElement<CardProps, CardState> { setupElement(): void; }