mirror of
https://github.com/Vencord/Vesktop.git
synced 2025-02-23 21:55:09 +00:00
6 lines
121 B
TypeScript
6 lines
121 B
TypeScript
|
declare global {
|
||
|
export var VencordDesktop: typeof import("./preload/VencordDesktop").VencordDesktop;
|
||
|
}
|
||
|
|
||
|
export { };
|