TS Fixes + Demo Cleanup

This commit is contained in:
David Haz
2025-09-01 09:53:42 +03:00
parent af455f62d5
commit 74b276c357
91 changed files with 107 additions and 392 deletions

View File

@@ -132,7 +132,7 @@ const keyboardNav = ref(false);
const topGradientOpacity = ref(0);
const bottomGradientOpacity = ref(1);
const searchValue = ref('');
let debounceTimer: any = null;
let debounceTimer: ReturnType<typeof setTimeout> | null = null;
interface SearchResult {
categoryName: string;