mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
fix: lint
This commit is contained in:
parent
422806c6c3
commit
401911dd5b
2 changed files with 2 additions and 2 deletions
2
src/common/useBinaryState.d.ts
vendored
2
src/common/useBinaryState.d.ts
vendored
|
|
@ -5,4 +5,4 @@ declare const useBinaryState: (initialValue?: boolean) => [
|
|||
() => void,
|
||||
];
|
||||
|
||||
export = useBinaryState;
|
||||
export = useBinaryState;
|
||||
|
|
|
|||
2
src/modules.d.ts
vendored
2
src/modules.d.ts
vendored
|
|
@ -1,5 +1,5 @@
|
|||
declare module '*.less' {
|
||||
const resource: { [key: string]: string };
|
||||
const resource: Record<string, string>;
|
||||
export = resource;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue