MCPcopy Create free account
hub / github.com/CommandCodeAI/BaseAI / ButtonProps

Interface ButtonProps

apps/baseai.dev/src/components/ui/button.tsx:65–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63);
64
65export interface ButtonProps
66 extends React.ButtonHTMLAttributes<HTMLButtonElement>,
67 VariantProps<typeof buttonVariants> {
68 asChild?: boolean;
69 href?: string;
70 arrow?: 'left' | 'right';
71}
72
73const Button = React.forwardRef<HTMLButtonElement, ButtonProps>(
74 (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected