Repository URL to install this package:
|
Version:
2.1.1 ▾
|
@skava/ui-presets
/
dist
/
abstractions
/
Subscription
/
SubscriptionOrderInformation
/
renderProps.d.ts
|
|---|
/// <reference types="react" />
import { SubscriptionOrderInformationProps } from './typings';
declare function defaultRenderDeliveryInformation(props: SubscriptionOrderInformationProps): JSX.Element;
declare function defaultRenderOrderInformation(props: SubscriptionOrderInformationProps): JSX.Element;
declare function defaultRenderBox(props: SubscriptionOrderInformationProps): JSX.Element;
declare function defaultRenderWrapper(props: SubscriptionOrderInformationProps): JSX.Element;
export { defaultRenderOrderInformation, defaultRenderDeliveryInformation, defaultRenderBox, defaultRenderWrapper, };