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