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 { CardState } from 'organisms/ExpandableCard';
import { MySubscriptionProps } from './typings';
declare function defaultRenderDefaultView(props: MySubscriptionProps): JSX.Element;
declare function defaultRenderExpandedView(props: MySubscriptionProps, state?: CardState): JSX.Element;
declare function defaultRenderToggleButton(props: MySubscriptionProps, state?: CardState): JSX.Element;
declare function defaultRenderExpandableCard(props: MySubscriptionProps): JSX.Element;
declare function defaultRenderProductItem(props: MySubscriptionProps): JSX.Element;
declare function defaultRenderOrderDetails(props: MySubscriptionProps): JSX.Element;
declare function defaultRenderOrderStatus(props: MySubscriptionProps): JSX.Element;
declare function defaultRenderBox(props: MySubscriptionProps): JSX.Element;
declare function defaultRenderWrapper(props: MySubscriptionProps): JSX.Element;
export { defaultRenderOrderStatus, defaultRenderOrderDetails, defaultRenderProductItem, defaultRenderDefaultView, defaultRenderExpandedView, defaultRenderToggleButton, defaultRenderExpandableCard, defaultRenderBox, defaultRenderWrapper, };