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