UNPKG

react-native-autocomplete-dropdown

Version:

Dropdown Item picker with search and autocomplete (typeahead) functionality for react native

7 lines 206 B
import type { FC } from 'react'; interface NothingFoundProps { emptyResultText?: string; } export declare const NothingFound: FC<NothingFoundProps>; export {}; //# sourceMappingURL=NothingFound.d.ts.map