MCPcopy
hub / github.com/epicweb-dev/epic-stack / ButtonProps

Interface ButtonProps

app/components/ui/button.tsx:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected