import { AnchorHTMLAttributes, ButtonHTMLAttributes, DetailedHTMLProps, RefAttributes } from "react"; import Link, { LinkProps } from 'next/link'; export default function Button({ className, ...props }: DetailedHTMLProps, HTMLButtonElement>) { return