mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-04 19:59:49 +00:00
8 lines
222 B
TypeScript
8 lines
222 B
TypeScript
declare module '*.less' {
|
|
const resource: Record<string, string>;
|
|
export = resource;
|
|
}
|
|
|
|
declare module 'stremio-router';
|
|
declare module 'stremio/components/NavBar';
|
|
declare module 'stremio/components/ModalDialog';
|