stremio-web/src/routes/Addons/useRemoteAddons.d.ts
2023-03-14 05:02:16 +01:00

2 lines
No EOL
96 B
TypeScript

declare const useRemoteAddons: (urlParams: UrlParams) => RemoteAddons;
export = useRemoteAddons;