MCPcopy
hub / github.com/callstack/react-native-paper / PageDoc

Interface PageDoc

docs/component-docs-plugin/useDocs.tsx:11–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11export interface PageDoc {
12 filepath: string;
13 title: string;
14 description: string;
15 link: string;
16 data: Data;
17 type: string;
18 dependencies: string[];
19 group?: string;
20}
21
22export interface Data {
23 description: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…