MCPcopy Create free account
hub / github.com/callstack/react-native-paper / Data

Interface Data

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

Source from the content-addressed store, hash-verified

20}
21
22export interface Data {
23 description: string;
24 displayName?: string;
25 props: { [key in string]: Prop };
26}
27
28export interface Prop {
29 required: boolean;

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…