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