Repository URL to install this package:
|
Version:
2.8.0-studio-release ▾
|
@skava/ui
/
dist
/
components
/
abstractions
/
BundleProduct
/
CheckoutCartBundle
/
renderProps.d.ts
|
|---|
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, };