import { AnchorHTMLAttributes } from 'react'; import { LinkProps } from 'next/link'; type SimpleLinkProps = { linkProps: Omit; anchorProps?: AnchorHTMLAttributes; };