UNPKG

@monei-js/components

Version:

MONEI UI Components enable you to collect sensitive payment information using customizable UI components.

5 lines (4 loc) 182 B
import { MoneiComponent } from '../../types/component'; import { PayPalProps } from './types'; export * from './types'; export declare const PayPal: MoneiComponent<PayPalProps>;