MCPcopy Index your code
hub / github.com/reactjs/react-docgen / Documentation

Interface Documentation

packages/react-docgen/src/Documentation.ts:1–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface Documentation {
2 childContext?: Record<string, PropDescriptor>;
3 composes?: string[];
4 context?: Record<string, PropDescriptor>;
5 description?: string;
6 displayName?: string;
7 methods?: MethodDescriptor[];
8 props?: Record<string, PropDescriptor>;
9}
10
11export interface MethodParameter {
12 name: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected