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

Interface Style

src/components/Searchbar.tsx:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27import { forwardRef } from '../utils/forwardRef';
28
29interface Style {
30 marginRight: number;
31}
32
33export type Props = React.ComponentPropsWithRef<typeof TextInput> & {
34 /**

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…