Generated by Spark: Fix all reported errors.

This commit is contained in:
2026-01-17 12:49:33 +00:00
committed by GitHub
parent afe2bf1724
commit 8d5f87d8be
10 changed files with 36 additions and 35 deletions

View File

@@ -56,4 +56,9 @@ function Button({
)
}
export type ButtonProps = ComponentProps<"button"> &
VariantProps<typeof buttonVariants> & {
asChild?: boolean
}
export { Button, buttonVariants }