export default function SecondaryButton({ type = 'button', className = '', processing, children, onClick }) { return ( ); }