UNPKG

omnipay-savings-sdk

Version:

Omnipay Savings SDK

9 lines (8 loc) 270 B
import 'react-native-gesture-handler'; import { JSX } from 'react'; import { SDKConfig } from './utils/types'; export interface SavingsSDKProps { config: SDKConfig; } declare const SavingsSDK: ({ config }: SavingsSDKProps) => JSX.Element; export default SavingsSDK;