UNPKG

@monei-js/components

Version:

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

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