Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
/// <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, };