MCPcopy Create free account
hub / github.com/code-forge-io/react-router-devtools / IconLinkProps

Interface IconLinkProps

docs/app/components/icon-link.tsx:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { cn } from "~/utils/css"
5
6interface IconLinkProps extends ComponentProps<"a"> {
7 name: IconName
8}
9
10export const IconLink = ({ name, className, ...props }: IconLinkProps) => {
11 const { href } = props

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…