UNPKG

react-native-picker-modal-view

Version:
7 lines (6 loc) 283 B
import * as React from 'react'; import { ISearch } from '../Interfaces'; export declare class SearchComponent extends React.PureComponent<ISearch, {}> { render(): JSX.Element; touchableOpacityButton(onPress: any, imgSrc: any, buttonStyle: any, imgStyle: any): JSX.Element; }