mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-27 21:44:14 -04:00
🏷️ Types cleanup
This commit is contained in:
parent
35ba9640d0
commit
ca5de2023f
1 changed files with 1 additions and 15 deletions
|
@ -1,17 +1,3 @@
|
|||
interface Config {
|
||||
staticCursors: string[];
|
||||
animatedCursors: string[];
|
||||
bitmapsDir: string;
|
||||
}
|
||||
|
||||
interface PathConfig {
|
||||
rawSvgsDir: string;
|
||||
schemesPath: string;
|
||||
bitmapsPath: string;
|
||||
animatedCursors: string[];
|
||||
staticCursors: string[];
|
||||
}
|
||||
|
||||
interface Frames {
|
||||
[fileName: string]: {
|
||||
buffer: Buffer;
|
||||
|
@ -36,4 +22,4 @@ interface PixelDiffRate {
|
|||
};
|
||||
}
|
||||
|
||||
export { Config, Frames, Colors, ThemeColors, PathConfig, PixelDiffRate };
|
||||
export { Frames, Colors, ThemeColors, PixelDiffRate };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue