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

Interface NavPartProps

pwa/components/docs/DocMenu.tsx:9–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7import { versions, current } from "consts";
8
9export interface NavPartProps {
10 title: string;
11 link?: string;
12 basePath: string;
13 links?: DocLink[];
14 autoOpen?: boolean;
15}
16
17const trimLink = (str: string) => str.replace(/\/$/, "");
18

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected