UNPKG

ngx-checkout-bnpl

Version:

💵 An angular2+ module for BNPL Checkout transactions

9 lines (7 loc) • 296 B
/* * Public API Surface of ngx-checkout-bnpl */ export * from './lib/ngx-checkout-bnpl.component'; export * from './lib/ngx-checkout-bnpl.directive'; export * from './lib/ngx-checkout-bnpl.module'; export { CheckoutOptions, TransactionDetails, Product } from './lib/checkout-options';