Repository URL to install this package:
|
Version:
3.0.1 ▾
|
@skava/ui
/
dist
/
components
/
presets
/
Subscription
/
SubscriptionOrderInformation
/
renderProps.d.ts
|
|---|
import { SubscriptionOrderInformationProps } from './typings';
declare function defaultRenderDeliveryInformation(props: SubscriptionOrderInformationProps): JSX.Element;
declare function defaultRenderOrderInformation(props: SubscriptionOrderInformationProps): JSX.Element;
export { defaultRenderOrderInformation, defaultRenderDeliveryInformation };