mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-07 14:39:30 -07:00
TS Fixes + Demo Cleanup
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user