mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-22 12:42:09 +00:00
2 lines
110 B
TypeScript
2 lines
110 B
TypeScript
declare const useSearchHistory: () => { items: SearchHistory, clear: () => void };
|
|
export = useSearchHistory;
|