stremio-web/src/components/NavBar/HorizontalNavBar/SearchBar/useSearchHistory.d.ts

2 lines
110 B
TypeScript

declare const useSearchHistory: () => { items: SearchHistory, clear: () => void };
export = useSearchHistory;