MCPcopy
hub / github.com/guilhermerodz/input-otp / ButtonProps

Interface ButtonProps

apps/website/src/components/ui/button.tsx:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…