MCPcopy
hub / github.com/supermemoryai/cloudflare-saas-stack / ButtonProps

Interface ButtonProps

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected