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