MCPcopy Create free account
hub / github.com/DeveloperHarris/gptstatus / ButtonProps

Interface ButtonProps

components/ui/button.tsx:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected