UNPKG

@react-pakistan/react-ui-collection

Version:

React UI Collection built upon React Storybook

4 lines (3 loc) 265 B
import React, { ReactElement } from 'react'; import { ICheckoutPaymentProps } from './type'; export declare const CheckoutPayment: React.MemoExoticComponent<({ backButton, headingH4, nextButton, paymentFormFields, steps, }: ICheckoutPaymentProps) => ReactElement>;