UNPKG

quivio-transaction-processor

Version:

React Native hook for Card payment integration with DataCap

7 lines (6 loc) 182 B
import React from 'react'; import { EMVConfig } from '../types'; declare const EMVPaymentScreenExample: React.FC<{ config: EMVConfig; }>; export default EMVPaymentScreenExample;