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

Interface Prop

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

Source from the content-addressed store, hash-verified

26}
27
28export interface Prop {
29 required: boolean;
30 tsType: {
31 name: string;
32 raw?: string;
33 };
34 description: string;
35 defaultValue: {
36 value: string;
37 };
38}
39
40function useDoc(withPath: string) {
41 const pluginData = usePluginData(pluginName) as ComponentDocsPluginData;

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…