MCPcopy Create free account
hub / github.com/Paraboly/react-native-input-bar / ISource

Interface ISource

lib/InputBar.tsx:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 | Array<StyleProp<ViewStyle>>;
25
26export interface ISource {
27 source: string | { uri: string };
28}
29
30export interface IInputBarProps extends TextInputProps, TextInputAndroidProps {
31 style: CustomStyleProp;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected