MCPcopy
hub / github.com/dabbott/react-native-express / Props

Interface Props

components/FileTreeDiagram.tsx:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10 typeof node === 'string' ? { name: node } : node
11
12interface Props {
13 children: () => Node
14}
15
16export default function FileTreeDiagram({ children }: Props) {
17 const root = children()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected