mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-26 00:13:06 +00:00
2 lines
92 B
TypeScript
2 lines
92 B
TypeScript
declare const useSettings: () => [Settings, (settings: any) => void];
|
|
export = useSettings;
|