MCPcopy Create free account
hub / github.com/api-platform/website / ArrowLinkProps

Interface ArrowLinkProps

pwa/components/common/ArrowLink.tsx:7–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import { Arrow } from "components/icons";
6
7export interface ArrowLinkProps {
8 href: string;
9 text: string;
10 className?: string;
11 external?: boolean;
12 size?: "small" | "large";
13}
14
15export default function ArrowLink({
16 href,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected