UNPKG

react-native-platform-searchbar

Version:
9 lines (8 loc) 235 B
import React from 'react'; import type { StyleProp, ViewStyle } from 'react-native'; declare type Props = { color?: string; style?: StyleProp<ViewStyle>; }; declare const SearchIcon: React.FC<Props>; export default SearchIcon;