import clsx from 'clsx' export function ConfirmationButton(props: { id: string openModelBtn: { label: string icon?: any className?: string } cancelBtn?: { label?: string className?: string } submitBtn?: { label?: string className?: string } onSubmit: () => void children: any }) { const { id, openModelBtn, cancelBtn, submitBtn, onSubmit, children } = props return ( <>
Are you sure you want to resolve this market?