Repository URL to install this package:
|
Version:
2.1.16 ▾
|
import { AnimatedCardState } from 'presets/AnimatedExpandableCard/typings';
import { CheckoutCartBundleProps } from './typings';
declare function defaultRenderHeader(props: CheckoutCartBundleProps, state?: AnimatedCardState): JSX.Element;
declare function defaultRenderItem(props: CheckoutCartBundleProps): JSX.Element;
export { defaultRenderItem, defaultRenderHeader };