❤ variable name changed

This commit is contained in:
ful1e5 2020-09-27 12:46:44 +05:30
parent b004279cba
commit 2e4981d161

View file

@ -27,7 +27,7 @@ type Colors = {
};
interface ThemeColors {
[name: string]: Colors;
[themeName: string]: Colors;
}
interface PixelDiffRate {
@ -35,4 +35,5 @@ interface PixelDiffRate {
rate: number;
};
}
export { Config, Frames, Colors, ThemeColors, PathConfig, PixelDiffRate };