diff --git a/src/demo/Backgrounds/OrbDemo.vue b/src/demo/Backgrounds/OrbDemo.vue index 6ed2421..cebd469 100644 --- a/src/demo/Backgrounds/OrbDemo.vue +++ b/src/demo/Backgrounds/OrbDemo.vue @@ -57,8 +57,8 @@ const forceHoverState = ref(false); const debouncedHue = ref(100); const debouncedHoverIntensity = ref(0.5); -let hueTimeout: number; -let hoverIntensityTimeout: number; +let hueTimeout: ReturnType; +let hoverIntensityTimeout: ReturnType; watch(hue, newValue => { clearTimeout(hueTimeout);