Repository URL to install this package:
|
Version:
2.1.9 ▾
|
/// <reference types="react" />
import { SubscriptionOrderInformationProps } from './typings';
declare function defaultRenderDeliveryInformation(props: SubscriptionOrderInformationProps): JSX.Element;
declare function defaultRenderOrderInformation(props: SubscriptionOrderInformationProps): JSX.Element;
export { defaultRenderOrderInformation, defaultRenderDeliveryInformation };