Make QuickCSS work

This commit is contained in:
Vendicated
2023-04-05 20:01:31 +02:00
parent 1980606e03
commit 19c43289f6
6 changed files with 31 additions and 5 deletions

1
src/globals.d.ts vendored
View File

@@ -2,6 +2,7 @@ declare global {
export var VencordDesktop: typeof import("./preload/VencordDesktop").VencordDesktop;
// TODO
export var Vencord: any;
export var vcdLS: typeof localStorage;
}
export { };