refactor: add scroll prop to Link
This commit is contained in:
@@ -6,6 +6,7 @@ export interface LinkProps
|
||||
extends Omit<React.AnchorHTMLAttributes<HTMLAnchorElement>, "color">,
|
||||
VariantProps<typeof linkVariants> {
|
||||
href: string
|
||||
scroll?: boolean
|
||||
partialMatch?: boolean
|
||||
prefetch?: boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user