UNPKG

@googlemap-react/core

Version:
7 lines (6 loc) 179 B
import { SearchBoxProps } from '../common/types'; declare const SearchBox: { (props: SearchBoxProps): JSX.Element; displayName: string; }; export default SearchBox;