MCPcopy
hub / github.com/vantezzen/autoform / RouteProps

Interface RouteProps

apps/docs/components/landing/navbar.tsx:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12import GithubIcon from "../icons/github-icon";
13
14interface RouteProps {
15 href: string;
16 label: string;
17}
18
19interface FeatureProps {
20 title: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected