import type { AnchorHTMLAttributes, ClassAttributes } from 'react'; export type LinkAttributes = AnchorHTMLAttributes & ClassAttributes;