mirror of
https://github.com/johndoe6345789/low-code-react-app-b.git
synced 2026-04-30 16:44:55 +00:00
Generated by Spark: Fix all reported errors.
This commit is contained in:
@@ -56,4 +56,9 @@ function Button({
|
||||
)
|
||||
}
|
||||
|
||||
export type ButtonProps = ComponentProps<"button"> &
|
||||
VariantProps<typeof buttonVariants> & {
|
||||
asChild?: boolean
|
||||
}
|
||||
|
||||
export { Button, buttonVariants }
|
||||
|
||||
Reference in New Issue
Block a user