Repository URL to install this package:
|
Version:
2.0.17 ▾
|
/// <reference types="react" />
import { SubscriptionEndsProps } from './typings';
declare function defaultRenderDate(props: SubscriptionEndsProps): JSX.Element;
declare function defaultRenderBox(props: SubscriptionEndsProps): JSX.Element;
export { defaultRenderDate, defaultRenderBox };