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

Interface CompoundedComponent

src/components/TextInput/TextInput.tsx:183–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181};
182
183interface CompoundedComponent
184 extends React.ForwardRefExoticComponent<
185 Props & React.RefAttributes<TextInputHandles>
186 > {
187 Icon: React.FunctionComponent<TextInputIconProps>;
188 Affix: React.FunctionComponent<Partial<TextInputAffixProps>>;
189}
190
191type TextInputHandles = Pick<
192 NativeTextInput,

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…