We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87f14dc commit 927098fCopy full SHA for 927098f
client/src/components/ui/button.tsx
@@ -35,8 +35,7 @@ const buttonVariants = cva(
35
);
36
37
export interface ButtonProps
38
- extends
39
- React.ButtonHTMLAttributes<HTMLButtonElement>,
+ extends React.ButtonHTMLAttributes<HTMLButtonElement>,
40
VariantProps<typeof buttonVariants> {
41
asChild?: boolean;
42
}
0 commit comments