MCPcopy
hub / github.com/aykutkardas/regexlearn.com / ButtonProps

Interface ButtonProps

src/components/Button.tsx:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11};
12
13interface ButtonProps extends ButtonHTMLAttributes<HTMLButtonElement> {
14 variant?: ButtonVariants;
15}
16
17const Button = ({ children, variant, className, ...props }: ButtonProps) => (
18 <button

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected