MCPcopy Create free account
hub / github.com/F12FLASH/CTF / ButtonProps

Interface ButtonProps

4.Stackless Stack/client/src/components/ui/button.tsx:42–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected