UNPKG

react-native-network-logger

Version:

An HTTP traffic monitor for React Native with zero dependencies

12 lines 295 B
import React from 'react'; interface Props { value: string; onChangeText(text: string): void; options: { text: string; onPress: () => Promise<void>; }[]; } declare const SearchBar: React.FC<Props>; export default SearchBar; //# sourceMappingURL=SearchBar.d.ts.map