UNPKG

goobs-frontend

Version:

A comprehensive React-based libary for building modern web applications

7 lines 293 B
import { default as React } from 'react'; import { SearchbarProps } from '../../../Field/Search'; declare const useSearchbar: (props: { searchbar?: SearchbarProps | SearchbarProps[]; }) => React.ReactElement[] | null; export default useSearchbar; //# sourceMappingURL=useSearchbar.d.ts.map