chore: add state and undefined to bindings
This commit is contained in:
@@ -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([])
|
||||
|
||||
Reference in New Issue
Block a user