UNPKG

@react-pakistan/react-ui-collection

Version:

React UI Collection built upon React Storybook

4 lines (3 loc) 431 B
import React, { ReactElement } from 'react'; import { ICheckoutDeliveryProps } from './type'; export declare const CheckoutDelivery: React.MemoExoticComponent<({ backButton, billingInfo, checkoutDeliveryFormFields, country, countryLabel, expressShippingMainText, expressShippingSubText, mainHeadingH4, nextButton, standardShippingMainText, standardShippingSubText, steps, subHeadingH4, }: ICheckoutDeliveryProps) => ReactElement>;