UNPKG

omnipay-savings-sdk

Version:

Omnipay Savings SDK

6 lines (5 loc) 249 B
// Main SDK Component - this is all users need export { default as OmniPaySavingsSDK } from './SavingsSDK'; export type { SavingsSDKProps } from './SavingsSDK'; // Configuration types that users need export type { SDKConfig } from './utils/types';