mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 23:12:13 +00:00
6 lines
97 B
TypeScript
6 lines
97 B
TypeScript
declare const useDataExport: () => [
|
|
DataExport,
|
|
() => void,
|
|
];
|
|
|
|
export = useDataExport;
|