Repository URL to install this package:
|
Version:
2.0.17 ▾
|
/// <reference types="react" />
import { SubscriptionDetailsPageProps } from './typings';
declare function defaultRenderProductImage(props: SubscriptionDetailsPageProps): JSX.Element;
declare function defaultRenderProductDetails(props: SubscriptionDetailsPageProps): JSX.Element;
declare function defaultRenderShippingAddressCard(props: SubscriptionDetailsPageProps): JSX.Element;
declare function defaultRenderPaymentInformationCard(props: SubscriptionDetailsPageProps): JSX.Element;
declare function defaultRenderExpectedDelivery(props: SubscriptionDetailsPageProps): JSX.Element;
declare function defaultRenderButtons(props: SubscriptionDetailsPageProps): JSX.Element;
declare function defaultRenderBox(props: SubscriptionDetailsPageProps): JSX.Element;
declare function defaultRenderWrapper(props: SubscriptionDetailsPageProps): JSX.Element;
export { defaultRenderProductImage, defaultRenderProductDetails, defaultRenderShippingAddressCard, defaultRenderPaymentInformationCard, defaultRenderExpectedDelivery, defaultRenderButtons, defaultRenderBox, defaultRenderWrapper, };