mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-14 11:10:52 +00:00
2 lines
No EOL
114 B
TypeScript
2 lines
No EOL
114 B
TypeScript
declare const useSearch: (searchParams: URLSearchParams) => [Search, (range: number) => void];
|
|
export = useSearch; |