import { linkVariants } from "./variants" import type { VariantProps } from "class-variance-authority" export interface LinkProps extends Omit, "color">, VariantProps { href: string scroll?: boolean partialMatch?: boolean prefetch?: boolean trackingId?: string keepSearchParams?: boolean }