fix: lint

This commit is contained in:
Tim 2024-10-07 13:43:53 +02:00
parent 422806c6c3
commit 401911dd5b
2 changed files with 2 additions and 2 deletions

View file

@ -5,4 +5,4 @@ declare const useBinaryState: (initialValue?: boolean) => [
() => void,
];
export = useBinaryState;
export = useBinaryState;

2
src/modules.d.ts vendored
View file

@ -1,5 +1,5 @@
declare module '*.less' {
const resource: { [key: string]: string };
const resource: Record<string, string>;
export = resource;
}