MCPcopy
hub / github.com/OpenBMB/UltraRAG / ButtonProps

Interface ButtonProps

ui/frontend/src/shared/ui/button.tsx:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected