Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
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, };