Repository URL to install this package:
|
Version:
0.9.5 ▾
|
ui-component-library
/
dist
/
typings
/
src
/
components
/
presets
/
Subscription
/
SubscriptionDetails
/
renderProps.d.ts
|
|---|
/// <reference types="react" />
import { SubscriptionDetailsProps } from './typings';
declare function defaultRenderProductImage(props: SubscriptionDetailsProps): JSX.Element;
declare function defaultRenderProductDetails(props: SubscriptionDetailsProps): JSX.Element;
declare function defaultRenderShippingAddressCard(props: SubscriptionDetailsProps): string;
declare function defaultRenderPaymentInformationCard(props: SubscriptionDetailsProps): string;
declare function defaultRenderExpectedDeliveryDateInfo(props: SubscriptionDetailsProps): JSX.Element;
declare function defaultRenderButtons(props: SubscriptionDetailsProps): string;
declare function defaultRenderBox(props: SubscriptionDetailsProps): JSX.Element;
declare function defaultRenderWrapper(props: SubscriptionDetailsProps): JSX.Element;
export { defaultRenderProductImage, defaultRenderProductDetails, defaultRenderShippingAddressCard, defaultRenderPaymentInformationCard, defaultRenderExpectedDeliveryDateInfo, defaultRenderButtons, defaultRenderBox, defaultRenderWrapper, };