UNPKG

@automattic/wpcom-checkout

Version:
12 lines 517 B
import { ReactNode } from 'react'; import type { PaymentMethodStore } from '../payment-method-store'; import type { PaymentMethod } from '@automattic/composite-checkout'; type NounsInStore = 'customerName'; type EpsStore = PaymentMethodStore<NounsInStore>; export declare function createEpsPaymentMethodStore(): EpsStore; export declare function createEpsMethod({ store, submitButtonContent, }: { store: EpsStore; submitButtonContent: ReactNode; }): PaymentMethod; export {}; //# sourceMappingURL=eps.d.ts.map