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 { CheckoutCartBundleProps, CheckoutCartBundleState } from './typings';
declare function defaultRenderHeader(props: CheckoutCartBundleProps, state?: CheckoutCartBundleState): JSX.Element;
declare function defaultRenderExpandable(props: CheckoutCartBundleProps): JSX.Element;
declare function defaultRenderFooter(): JSX.Element;
declare function defaultRenderCheckoutItem(props: CheckoutCartBundleProps): JSX.Element;
declare function defaultRenderList(list: CheckoutCartBundleProps, props: CheckoutCartBundleProps): any;
export { defaultRenderHeader, defaultRenderExpandable, defaultRenderFooter, defaultRenderCheckoutItem, defaultRenderList, };