MCPcopy Create free account
hub / github.com/codse/animata / FrameworkDocsProps

Interface FrameworkDocsProps

components/framework-docs.tsx:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { Mdx } from "./mdx-components";
5
6interface FrameworkDocsProps extends React.HTMLAttributes<HTMLDivElement> {
7 data: string;
8}
9
10export async function FrameworkDocs({ ...props }: FrameworkDocsProps) {
11 const frameworkDoc = allDocs.find((doc) => doc.slug === `/docs/installation/${props.data}`);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected