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

Interface PageHeadingProps

src/components/PageHeading.tsx:24–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22import {Button} from './Button';
23
24interface PageHeadingProps {
25 title: string;
26 version?: 'experimental' | 'canary' | 'rc';
27 experimental?: boolean;
28 status?: string;
29 description?: string;
30 tags?: RouteTag[];
31 breadcrumbs: RouteItem[];
32}
33
34function CopyAsMarkdownButton() {
35 const {asPath} = useRouter();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected