export type ViewCartButtonProps = { cartTotalText: string; onClick: () => void; isOpen: boolean; } & React.ButtonHTMLAttributes;