mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-29 14:25:25 -04:00
🏷️ KeyColors type added
This commit is contained in:
parent
d542db8382
commit
82956fe5a3
1 changed files with 5 additions and 1 deletions
|
@ -34,4 +34,8 @@ interface PixelDiffRate {
|
|||
};
|
||||
}
|
||||
|
||||
export { Config, Frames, ColorSchemes, PathConfig, PixelDiffRate };
|
||||
interface KeyColors {
|
||||
[name: string]: string;
|
||||
}
|
||||
|
||||
export { Config, Frames, ColorSchemes, PathConfig, PixelDiffRate, KeyColors };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue