Repository URL to install this package:
|
Version:
2.1.14 ▾
|
import { SubscriptionOrderInformationProps } from './typings';
declare function defaultRenderDeliveryInformation(props: SubscriptionOrderInformationProps): JSX.Element;
declare function defaultRenderOrderInformation(props: SubscriptionOrderInformationProps): JSX.Element;
export { defaultRenderOrderInformation, defaultRenderDeliveryInformation };