MCPcopy Create free account
hub / github.com/PostHog/duckgres / ButtonProps

Interface ButtonProps

controlplane/admin/ui/src/components/ui/button.tsx:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27);
28
29export interface ButtonProps
30 extends React.ButtonHTMLAttributes<HTMLButtonElement>,
31 VariantProps<typeof buttonVariants> {
32 asChild?: boolean;
33}
34
35const Button = React.forwardRef<HTMLButtonElement, ButtonProps>(
36 ({ className, variant, size, asChild = false, ...props }, ref) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected