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 keepSearchParams?: boolean }