UNPKG

react-native-picker-modal-view

Version:
12 lines (11 loc) 327 B
import { TextInputProps } from 'react-native'; export interface ISearch { placeholderTextColor: string; onClose: () => void; onBackRequest?: () => void; forceSelect: boolean; setText: (text: string) => void; searchText: string; SearchInputProps?: TextInputProps; backButtonDisabled?: boolean; }