WIP: KÜ Modal Einstellung Bezeichnung funktioniert, aber die andere Werte muss noch bearbeitet werden

This commit is contained in:
ISA
2025-04-30 08:25:10 +02:00
parent 3a3340da7a
commit 85b286897e
4 changed files with 46 additions and 38 deletions

9
types/global.d.ts vendored Normal file
View File

@@ -0,0 +1,9 @@
// types/global.d.ts
export {};
declare global {
interface Window {
__kueCache?: Record<string, any>;
kabelModalOpen?: boolean; // ✅ HIER NEU
}
}