feat: finish my pages overview page according to wireframe
This commit is contained in:
9
components/TempDesignSystem/Button/button.ts
Normal file
9
components/TempDesignSystem/Button/button.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { buttonVariants } from "./variants"
|
||||
|
||||
import type { VariantProps } from "class-variance-authority"
|
||||
|
||||
export interface ButtonProps
|
||||
extends React.ButtonHTMLAttributes<HTMLButtonElement>,
|
||||
VariantProps<typeof buttonVariants> {
|
||||
asChild?: boolean
|
||||
}
|
||||
Reference in New Issue
Block a user