UNPKG

453 BTypeScriptView Raw
1/// <reference types="react" />
2import PropTypes from 'prop-types';
3declare function AutocompleteListItem({ text, searchTerm, }: {
4 text: string;
5 searchTerm: string;
6}): string | JSX.Element;
7declare namespace AutocompleteListItem {
8 var propTypes: {
9 text: PropTypes.Requireable<string>;
10 searchTerm: PropTypes.Requireable<string>;
11 };
12}
13export default AutocompleteListItem;
14//# sourceMappingURL=AutocompleteListItem.d.ts.map
\No newline at end of file