MCPcopy Create free account
hub / github.com/AsyncFuncAI/deepwiki-open / td

Function td

src/components/Markdown.tsx:114–116  ·  view source on GitHub ↗
({ children, ...props }: { children?: React.ReactNode })

Source from the content-addressed store, hash-verified

112 );
113 },
114 td({ children, ...props }: { children?: React.ReactNode }) {
115 return <td className="px-4 py-3 border-t border-gray-200 dark:border-gray-700" {...props}>{children}</td>;
116 },
117 code(props: {
118 inline?: boolean;
119 className?: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected