mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-23 11:36:55 -04:00
🔧 Pixel Rate interface added
This commit is contained in:
parent
b83bcf4d8a
commit
43d7979f6e
1 changed files with 7 additions and 1 deletions
|
@ -28,4 +28,10 @@ interface ColorSchemes {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
export { Config, Frames, ColorSchemes, PathConfig };
|
interface PixelDiffRate {
|
||||||
|
[name: string]: {
|
||||||
|
rate: number;
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
export { Config, Frames, ColorSchemes, PathConfig, PixelDiffRate };
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue