mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-23 03:26:58 -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]: {
|
[name: string]: {
|
||||||
base: string;
|
base: string;
|
||||||
outline: string;
|
outline: string;
|
||||||
|
watchBackground: string;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -19,10 +20,10 @@ type AnimatedClip = {
|
||||||
};
|
};
|
||||||
|
|
||||||
interface Config {
|
interface Config {
|
||||||
staticSvgs: Array<string> | undefined;
|
staticCursors: Array<string>;
|
||||||
bitmapsDir: string;
|
bitmapsDir: string;
|
||||||
svgsDir: string;
|
svgsDir: string;
|
||||||
animatedCursors: AnimatedCursors | undefined;
|
animatedCursors: AnimatedCursors;
|
||||||
animatedClip: AnimatedClip;
|
animatedClip: AnimatedClip;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue