UNPKG

@react-pakistan/react-ui-collection

Version:

React UI Collection built upon React Storybook

4 lines (3 loc) 254 B
import React, { ReactElement } from 'react'; import { ICartSummaryProps } from './type'; export declare const CartSummary: React.MemoExoticComponent<({ backButton, bodyItems, headerItems, nextButton, topHeadingH4, }: ICartSummaryProps) => ReactElement>;