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    
@skava/ui-presets / dist / presets / BundleProduct / CheckoutCartBundle / CheckoutCartBundle.d.ts
Size: Mime:
import React from 'react';
import { defaultRenderHeader, defaultRenderItem } from './renderProps';
import { CheckoutCartBundleProps } from './typings';
declare class CheckoutCartBundle extends React.PureComponent<CheckoutCartBundleProps> {
    static defaultProps: {
        className: string;
        headerLabel: string;
        renderHeader: typeof defaultRenderHeader;
        renderItem: typeof defaultRenderItem;
    };
    render(): JSX.Element;
}
export { CheckoutCartBundle };
export default CheckoutCartBundle;