UNPKG

@mad-family-ui/react-native-autocomplete

Version:

Simple and Customisable Autocomplete component for iOS and Android

5 lines (4 loc) 177 B
/// <reference types="react" /> import { AutocompleteProps } from "./types"; declare const Autocomplete: (props: AutocompleteProps) => JSX.Element; export default Autocomplete;