mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
6 lines
140 B
TypeScript
6 lines
140 B
TypeScript
declare module '*.less' {
|
|
const resource: Record<string, string>;
|
|
export = resource;
|
|
}
|
|
|
|
declare module 'stremio/components/NavBar';
|