react-native-screens
Version:
Native navigation primitives for your React Native app.
5 lines • 475 B
TypeScript
import React from 'react';
import { SearchBarProps } from '../types';
declare function SearchBar(props: SearchBarProps): string | number | bigint | boolean | Iterable<React.ReactNode> | Promise<string | number | bigint | boolean | React.ReactPortal | React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | null | undefined> | React.JSX.Element | null | undefined;
export default SearchBar;
//# sourceMappingURL=SearchBar.d.ts.map