more fix and update
This commit is contained in:
@@ -28,6 +28,8 @@ const buttonVariants = cva(
|
||||
}
|
||||
);
|
||||
|
||||
export { buttonVariants };
|
||||
|
||||
export interface ButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof buttonVariants> {
|
||||
asChild?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user