Repository URL to install this package:
|
Version:
2.1.16 ▾
|
import { MySubscriptionProps } from './typings';
declare function defaultRenderSubscriptionDetailList(props: MySubscriptionProps): JSX.Element;
declare function defaultRenderSubscriptionCard(props: MySubscriptionProps): JSX.Element;
declare function defaultRenderBox(props: MySubscriptionProps): JSX.Element;
declare function defaultRenderWrapper(props: MySubscriptionProps): JSX.Element;
export { defaultRenderSubscriptionDetailList, defaultRenderSubscriptionCard, defaultRenderBox, defaultRenderWrapper, };