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