mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-21 10:45:13 -04:00
🏷️ typing
This commit is contained in:
parent
c92febbfe9
commit
32103c92d3
1 changed files with 3 additions and 2 deletions
|
@ -2,6 +2,7 @@ interface ColorSchema {
|
|||
[name: string]: {
|
||||
base: string;
|
||||
outline: string;
|
||||
watchBackground: string;
|
||||
};
|
||||
}
|
||||
|
||||
|
@ -19,10 +20,10 @@ type AnimatedClip = {
|
|||
};
|
||||
|
||||
interface Config {
|
||||
staticSvgs: Array<string> | undefined;
|
||||
staticCursors: Array<string>;
|
||||
bitmapsDir: string;
|
||||
svgsDir: string;
|
||||
animatedCursors: AnimatedCursors | undefined;
|
||||
animatedCursors: AnimatedCursors;
|
||||
animatedClip: AnimatedClip;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue