import { linkVariants } from "./variants" import type { VariantProps } from "class-variance-authority" export interface LinkProps extends React.AnchorHTMLAttributes, VariantProps { href: string partialMatch?: boolean prefetch?: boolean }