feat: breadcrumbs for My Pages
This commit is contained in:
@@ -4,6 +4,7 @@ import type { VariantProps } from "class-variance-authority"
|
||||
|
||||
export interface LinkProps
|
||||
extends React.AnchorHTMLAttributes<HTMLAnchorElement>,
|
||||
VariantProps<typeof linkVariants> {
|
||||
VariantProps<typeof linkVariants> {
|
||||
href: string
|
||||
partialMatch?: boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user