MCPcopy Create free account
hub / github.com/Thanas-R/Virdis / ButtonProps

Interface ButtonProps

src/components/ui/button.tsx:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31);
32
33export interface ButtonProps
34 extends React.ButtonHTMLAttributes<HTMLButtonElement>,
35 VariantProps<typeof buttonVariants> {
36 asChild?: boolean;
37}
38
39const Button = React.forwardRef<HTMLButtonElement, ButtonProps>(
40 ({ className, variant, size, asChild = false, ...props }, ref) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected