| 24 | | Array<StyleProp<ViewStyle>>; |
| 25 | |
| 26 | export interface ISource { |
| 27 | source: string | { uri: string }; |
| 28 | } |
| 29 | |
| 30 | export interface IInputBarProps extends TextInputProps, TextInputAndroidProps { |
| 31 | style: CustomStyleProp; |
nothing calls this directly
no outgoing calls
no test coverage detected