MCPcopy
hub / github.com/rafgraph/spa-github-pages / InteractiveLink

Function InteractiveLink

src/components/InteractiveLink.tsx:32–35  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

30} & ({ href: string; to?: never } | { href?: never; to: string });
31
32export const InteractiveLink: React.VFC<InteractiveLinkProps> = (props) => {
33 const as = props.href ? 'a' : Link;
34 return <Interactive as={as} {...linkStyle} {...props} />;
35};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected