chore: add state and undefined to bindings

This commit is contained in:
2024-08-05 23:27:46 +02:00
parent d3d7193663
commit 89fa888616
11 changed files with 14 additions and 14 deletions

View File

@@ -16,7 +16,7 @@
} = $props()
let innerWidth = $state<number>()
let carouselEl = $state<HTMLElement>()
let carouselEl = $state<HTMLElement>(undefined)
let carousel = $state<EmblaCarouselType>()
let currentSlide = $state(0)
let carouselDots = $state([])