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

Interface AnchorProps

apps/baseai.dev/src/components/ui/anchor.tsx:47–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45);
46
47export interface AnchorProps
48 extends React.AnchorHTMLAttributes<HTMLAnchorElement>,
49 VariantProps<typeof anchorVariants> {
50 asChild?: boolean;
51}
52
53const Anchor = React.forwardRef<HTMLAnchorElement, AnchorProps>(
54 ({ className, variant, size, asChild = false, href, ...props }, ref) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected