MCPcopy Create free account
hub / github.com/bytebase/dbhub / ButtonProps

Interface ButtonProps

frontend/src/components/ui/button.tsx:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46);
47
48interface ButtonProps extends useRender.ComponentProps<"button"> {
49 variant?: VariantProps<typeof buttonVariants>["variant"];
50 size?: VariantProps<typeof buttonVariants>["size"];
51}
52
53function Button({ className, variant, size, render, ...props }: ButtonProps) {
54 const typeValue: React.ButtonHTMLAttributes<HTMLButtonElement>["type"] =

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected