MCPcopy Index your code
hub / github.com/reactjs/react.dev / ButtonLinkProps

Interface ButtonLinkProps

src/components/ButtonLink.tsx:15–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13import NextLink from 'next/link';
14
15interface ButtonLinkProps {
16 size?: 'md' | 'lg';
17 type?: 'primary' | 'secondary';
18 label?: string;
19 target?: '_self' | '_blank';
20}
21
22function ButtonLink({
23 href,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected