refactor: Extract Sidebar Link to component
This commit is contained in:
9
components/TempDesignSystem/Link/link.ts
Normal file
9
components/TempDesignSystem/Link/link.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { linkVariants } from "./variants"
|
||||
|
||||
import type { VariantProps } from "class-variance-authority"
|
||||
|
||||
export interface LinkProps
|
||||
extends React.AnchorHTMLAttributes<HTMLAnchorElement>,
|
||||
VariantProps<typeof linkVariants> {
|
||||
href: string
|
||||
}
|
||||
Reference in New Issue
Block a user